mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-21 01:04:10 +08:00
[svn-r10661] Purpose:
Bug fix.... Description: Despite passing all tests, the previous checkin had a copy/paste typo that resulted in the tests being run under the wrong conditions. Solution: Fixed typo. Platforms tested: yet another minor change... copper only. Misc. update:
This commit is contained in:
parent
1208855335
commit
936f41d3f0
@ -254,7 +254,7 @@ int main(void)
|
||||
SKIPPED()
|
||||
#endif
|
||||
|
||||
#ifndef H5_LLONG_TO_FP_CAST_BROKEN
|
||||
#ifdef H5_ULLONG_TO_FP_CAST_WORKS
|
||||
TEST_TYPE_CONTIG(dxpl_id_utrans_inv, unsigned long_long, H5T_NATIVE_ULLONG, "ullong", transformData, 0);
|
||||
#else
|
||||
TESTING("contiguous, with type conversion (float->ullong)")
|
||||
@ -280,7 +280,7 @@ int main(void)
|
||||
SKIPPED()
|
||||
#endif
|
||||
|
||||
#ifndef H5_LLONG_TO_FP_CAST_BROKEN
|
||||
#ifdef H5_ULLONG_TO_FP_CAST_WORKS
|
||||
TEST_TYPE_CHUNK(dxpl_id_utrans_inv, unsigned long_long, H5T_NATIVE_ULLONG, "ullong", transformData, 0);
|
||||
#else
|
||||
TESTING("chunked, with type conversion (float->ullong)")
|
||||
|
Loading…
Reference in New Issue
Block a user