OSDN Git Service

* lib/obj-c++.exp (obj-c++_target_compile): Declare global variable,
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.law / operators27.C
index 6a07176..c284a2a 100644 (file)
@@ -1,3 +1,4 @@
+// { dg-do run  }
 // GROUPS passed operators
 // opr-new file
 // From: David Binderman 3841 <dcb@us-es.sel.de>
@@ -26,7 +27,7 @@ int main(void)
 {
     K * pK = new (std::nothrow) K( 10);
     if ( FLAG != 1 )
-       printf ("FAIL\n");
+       { printf ("FAIL\n"); return 1; }
     else
        printf ("PASS\n");
     return 0;