diff options
Diffstat (limited to 'test/testhdf5.c')
-rw-r--r-- | test/testhdf5.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testhdf5.c b/test/testhdf5.c index 23daace..d4d9f89 100644 --- a/test/testhdf5.c +++ b/test/testhdf5.c @@ -165,7 +165,7 @@ main(int argc, char *argv[]) InitTest("heap", test_heap, "Object and Name Heaps"); InitTest("ohdr", test_ohdr, "Object Headers"); InitTest("stab", test_stab, "Symbol Tables"); - InitTest("h5p", test_h5p, "Dataspaces"); + InitTest("h5s", test_h5s, "Dataspaces"); InitTest("attr", test_attr, "Attributes"); Verbosity = 4; /* Default Verbosity is Low */ |