diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2004-08-14 05:13:50 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2004-08-14 05:13:50 (GMT) |
commit | 460927cf81ffe28c55b45dc6231dc59b0f8a2692 (patch) | |
tree | 52c8688dd790f3c3aadaf1bb5256da9f460b448c /c++/test | |
parent | cb7a720fac660eae75decca37b37086210f6b833 (diff) | |
download | hdf5-460927cf81ffe28c55b45dc6231dc59b0f8a2692.zip hdf5-460927cf81ffe28c55b45dc6231dc59b0f8a2692.tar.gz hdf5-460927cf81ffe28c55b45dc6231dc59b0f8a2692.tar.bz2 |
[svn-r9084] Purpose: Fix minor problem
Description:
Added an argument to the call to TestParseCmdLine because its
prototype has just been changed.
Platforms tested:
Linux 2.4 (eirene)
Diffstat (limited to 'c++/test')
-rw-r--r-- | c++/test/testhdf5.cpp | 2 |
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(); |