From 188a2cfdc741ecfd137307244e089dc5d215cbde Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Fri, 13 Aug 2004 08:50:30 -0500 Subject: [svn-r9077] Purpose: Correction of the previous check. Description: forget moving "debug #if macro" out of this file. Solution: remove that "#if 0 #endif" macro block. Platforms tested: Compile at eirene Too trivial to test Misc. update: --- testpar/testphdf5.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c index 81bc760..4a3af2e 100644 --- a/testpar/testphdf5.c +++ b/testpar/testphdf5.c @@ -411,7 +411,6 @@ int main(int argc, char **argv) TestInit(); /* Tests are generally arranged from least to most complexity... */ -#if 0 AddTest("mpio_dup", test_fapl_mpio_dup, NULL, "fapl_mpio_dup", NULL); AddTest("mpiposix_dup", test_fapl_mpiposix_dup, NULL, @@ -468,7 +467,6 @@ int main(int argc, char **argv) "big dataset test", filenames[7]); AddTest("fillvalue", dataset_fillvalue, NULL, "dataset fill value", filenames[8]); -#endif if(mpi_size > 24) { if(MAINPROCESS) { -- cgit v0.12