1
1

Return the result of the test, not 0.

This commit was SVN r5047.
Этот коммит содержится в:
Jeff Squyres 2005-03-27 11:36:48 +00:00
родитель 14ba9b095c
Коммит 948d3709c1

Просмотреть файл

@ -85,8 +85,7 @@ int main(int argc, char** argv)
test_verify_int(OMPI_SUCCESS, rc);
test_verify_int(TEST_COUNT, thr2_count);
test_finalize();
return 0;
return test_finalize();
}