OSDN Git Service

testsuite/
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / execute / 20000224-1.c
index 51c9203..295cc47 100644 (file)
@@ -20,7 +20,7 @@ int test (void)
 
 int main()
 {
-    if (test ())
+    if (test () != 1)
       abort ();
     
     exit (0);