mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-18 17:40:55 +08:00
Merge pull request #700 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to develop
* commit 'c643b135940f60d9dd53c982d278c2ef6d2958e8': removed always true ifdef
This commit is contained in:
commit
59a4ffac40
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user