diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-07-03 01:26:45 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-07-03 01:26:45 (GMT) |
commit | 99c46b756c6a15e6d304f14a178bb44dae0f6d8f (patch) | |
tree | 6bcb93413eaee360564c1103d9854516a30b8f27 /test | |
parent | 203a7329154d957480aa83f8508276197e4738f4 (diff) | |
download | hdf5-99c46b756c6a15e6d304f14a178bb44dae0f6d8f.zip hdf5-99c46b756c6a15e6d304f14a178bb44dae0f6d8f.tar.gz hdf5-99c46b756c6a15e6d304f14a178bb44dae0f6d8f.tar.bz2 |
[svn-r447] Oops, turned data type tests off again until I get the SIGFPE thing
sored out.
Diffstat (limited to 'test')
-rw-r--r-- | test/dtypes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dtypes.c b/test/dtypes.c index 083e73f..2cab029 100644 --- a/test/dtypes.c +++ b/test/dtypes.c @@ -1015,7 +1015,7 @@ main(void) nerrors += test_named ()<0 ? 1 : 0; nerrors += test_conv_int ()<0 ? 1 : 0; -#ifdef LATER +#ifndef LATER /* * NOT READY FOR TESTING YET BECAUSE SOME SYSTEMS GENERATE A SIGFPE WHEN * AN OVERFLOW OCCURS CASTING A DOUBLE TO A FLOAT. |