diff options
author | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-10-09 16:19:20 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-10-09 16:19:20 (GMT) |
commit | c643b135940f60d9dd53c982d278c2ef6d2958e8 (patch) | |
tree | 5b055e24f306c92ead7156032d04c1834237b1e6 /testpar/t_shapesame.c | |
parent | 0cef4c9151010e0e2498e81aa7a9186d3280c399 (diff) | |
download | hdf5-c643b135940f60d9dd53c982d278c2ef6d2958e8.zip hdf5-c643b135940f60d9dd53c982d278c2ef6d2958e8.tar.gz hdf5-c643b135940f60d9dd53c982d278c2ef6d2958e8.tar.bz2 |
removed always true ifdef
Diffstat (limited to 'testpar/t_shapesame.c')
-rw-r--r-- | testpar/t_shapesame.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testpar/t_shapesame.c b/testpar/t_shapesame.c index d81d2be..0375710 100644 --- a/testpar/t_shapesame.c +++ b/testpar/t_shapesame.c @@ -5074,7 +5074,6 @@ int main(int argc, char **argv) TestInit(argv[0], usage, parse_options); /* Shape Same tests using contigous hyperslab */ -#if 1 AddTest("sscontig1", sscontig1, NULL, "Cntg hslab, ind IO, cntg dsets", PARATESTFILE); AddTest("sscontig2", sscontig2, NULL, @@ -5083,7 +5082,6 @@ int main(int argc, char **argv) "Cntg hslab, ind IO, chnk dsets", PARATESTFILE); AddTest("sscontig4", sscontig4, NULL, "Cntg hslab, col IO, chnk dsets", PARATESTFILE); -#endif /* Shape Same tests using checker board hyperslab */ AddTest("sschecker1", sschecker1, NULL, |