[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:
This commit is contained in:
MuQun Yang 2004-08-13 08:50:30 -05:00
parent 092105b2a3
commit 188a2cfdc7

View File

@ -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) {