diff options
Diffstat (limited to 'c++/test/dsets.cpp')
-rw-r--r-- | c++/test/dsets.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/test/dsets.cpp b/c++/test/dsets.cpp index 0930451..c82dc7f 100644 --- a/c++/test/dsets.cpp +++ b/c++/test/dsets.cpp @@ -369,7 +369,7 @@ test_tconv( H5File& file) // clean up and return with success delete [] out; delete [] in; - cerr << " PASSED" << endl; + PASSED(); return 0; } // end try |