[svn-r447] Oops, turned data type tests off again until I get the SIGFPE thing

sored out.
This commit is contained in:
Robb Matzke 1998-07-02 20:26:45 -05:00
parent 203a732915
commit 99c46b756c

View File

@ -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.