diff options
Diffstat (limited to 'libffi/testsuite/libffi.call/float2.c')
-rw-r--r-- | libffi/testsuite/libffi.call/float2.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libffi/testsuite/libffi.call/float2.c b/libffi/testsuite/libffi.call/float2.c index 2039724fdc2..fa9dd311d69 100644 --- a/libffi/testsuite/libffi.call/float2.c +++ b/libffi/testsuite/libffi.call/float2.c @@ -48,9 +48,7 @@ int main (void) #endif /* These are not always the same!! Check for a reasonable delta */ - /*@-realcompare@*/ if (ld - ldblit(f) < LDBL_EPSILON) - /*@=realcompare@*/ puts("long double return value tests ok!"); else CHECK(0); |