diff options
Diffstat (limited to 'test/testhdf5.c')
-rw-r--r-- | test/testhdf5.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/testhdf5.c b/test/testhdf5.c index d7f4aea..3af58e1 100644 --- a/test/testhdf5.c +++ b/test/testhdf5.c @@ -158,9 +158,7 @@ int main(int argc, char *argv[]) InitTest("ohdr", test_ohdr, "Object Headers"); InitTest("stab", test_stab, "Symbol Tables"); InitTest("h5t", test_h5t, "Datatypes"); -#ifdef QAK InitTest("h5p", test_h5p, "Dataspaces"); -#endif /* QAK */ Verbosity = 4; /* Default Verbosity is Low */ H5version(&major, &minor, &release, &patch); |