summaryrefslogtreecommitdiffstats
path: root/c++
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2004-08-14 05:08:10 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2004-08-14 05:08:10 (GMT)
commitc517d82c9717438f9c7869a95a3165a9a26b97a2 (patch)
treebf5736711d2c88ecb90cf16361500409ad8cbabf /c++
parentd1110d40558bfdbeac146d38837e82acfe793642 (diff)
downloadhdf5-c517d82c9717438f9c7869a95a3165a9a26b97a2.zip
hdf5-c517d82c9717438f9c7869a95a3165a9a26b97a2.tar.gz
hdf5-c517d82c9717438f9c7869a95a3165a9a26b97a2.tar.bz2
[svn-r9083] Purpose: Fix minor problem
Description: Added an argument to the call to TestParseCmdLine because its prototype has just been changed. Platforms tested: SunOS 5.7 (arabica) Linux 2.4 (eirene) Misc. update:
Diffstat (limited to 'c++')
-rw-r--r--c++/test/testhdf5.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/test/testhdf5.cpp b/c++/test/testhdf5.cpp
index 5e5f329..df97485 100644
--- a/c++/test/testhdf5.cpp
+++ b/c++/test/testhdf5.cpp
@@ -74,7 +74,7 @@ Comment out tests that are not done yet */
TestInfo(argv[0]);
/* Parse command line arguments */
- TestParseCmdLine(argc,argv,&Summary,&CleanUp);
+ TestParseCmdLine(argc,argv,&Summary,&CleanUp,NULL);
/* Perform requested testing */
PerformTests();