diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/fheap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/fheap.c b/test/fheap.c index 7773010..aeba50c 100644 --- a/test/fheap.c +++ b/test/fheap.c @@ -278,12 +278,10 @@ main(void) fapl = h5_fileaccess(); /* Test fractal heap creation */ -#ifdef QAK nerrors += test_create(fapl); /* Test fractal heap object insertion */ nerrors += test_abs_insert_first(fapl); -#endif /* QAK */ if(nerrors) goto error; |