summaryrefslogtreecommitdiffstats
path: root/test/dtypes.c
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-07-03 01:26:45 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-07-03 01:26:45 (GMT)
commit99c46b756c6a15e6d304f14a178bb44dae0f6d8f (patch)
tree6bcb93413eaee360564c1103d9854516a30b8f27 /test/dtypes.c
parent203a7329154d957480aa83f8508276197e4738f4 (diff)
downloadhdf5-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/dtypes.c')
-rw-r--r--test/dtypes.c2
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.