Doh! Missed these when adding &argc,&argv.
This commit was SVN r22261.
Этот коммит содержится в:
родитель
16b100219d
Коммит
a7ca4050b5
@ -9,7 +9,7 @@
|
||||
* University of Stuttgart. All rights reserved.
|
||||
* Copyright (c) 2004-2005 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
* Copyright (c) 2008 Cisco Systems, Inc. All rights reserved.
|
||||
* Copyright (c) 2008-2009 Cisco Systems, Inc. All rights reserved.
|
||||
* $COPYRIGHT$
|
||||
*
|
||||
* Additional copyrights may follow
|
||||
@ -167,7 +167,7 @@ int main(int argc, char **argv)
|
||||
|
||||
test_init("opal_hash_table_t");
|
||||
|
||||
rc = opal_init();
|
||||
rc = opal_init(&argc, &argv);
|
||||
test_verify_int(OPAL_SUCCESS, rc);
|
||||
if (OPAL_SUCCESS != rc) {
|
||||
test_finalize();
|
||||
|
@ -9,7 +9,7 @@
|
||||
* University of Stuttgart. All rights reserved.
|
||||
* Copyright (c) 2004-2005 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
* Copyright (c) 2008 Cisco Systems, Inc. All rights reserved.
|
||||
* Copyright (c) 2008-2009 Cisco Systems, Inc. All rights reserved.
|
||||
* $COPYRIGHT$
|
||||
*
|
||||
* Additional copyrights may follow
|
||||
@ -48,7 +48,7 @@ int main(int argc, char **argv)
|
||||
test_data_t *elements, *ele;
|
||||
opal_list_item_t *item;
|
||||
|
||||
rc = opal_init();
|
||||
rc = opal_init(&argc, &argv);
|
||||
test_verify_int(OPAL_SUCCESS, rc);
|
||||
if (OPAL_SUCCESS != rc) {
|
||||
test_finalize();
|
||||
|
@ -9,7 +9,7 @@
|
||||
* University of Stuttgart. All rights reserved.
|
||||
* Copyright (c) 2004-2005 The Regents of the University of California.
|
||||
* All rights reserved.
|
||||
* Copyright (c) 2008 Cisco Systems, Inc. All rights reserved.
|
||||
* Copyright (c) 2008-2009 Cisco Systems, Inc. All rights reserved.
|
||||
* $COPYRIGHT$
|
||||
*
|
||||
* Additional copyrights may follow
|
||||
@ -42,7 +42,7 @@ int main(int argc, char **argv)
|
||||
|
||||
test_init("opal_value_array_t");
|
||||
|
||||
i = opal_init();
|
||||
i = opal_init(&argc, &argv);
|
||||
test_verify_int(OPAL_SUCCESS, i);
|
||||
if (OPAL_SUCCESS != i) {
|
||||
test_finalize();
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user