From 4efe32d5426f92083925d18183bc8669b58967b0 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Mon, 6 Mar 2006 22:26:50 -0500 Subject: [svn-r12018] Purpose: Bug fix Description: Uncomment tests Platforms tested: Linux 2.4 (mir) - 64-bit --- test/fheap.c | 2 -- 1 file changed, 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; -- cgit v0.12