OSDN Git Service

In gcc/:
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / objc.dg / super-class-2.m
index 15d018e..144ea81 100644 (file)
@@ -1,7 +1,6 @@
 /* Test calling super from within a category class method.  */
 /* Author: Ziemowit Laski <zlaski@apple.com>  */
 /* { dg-do compile } */
-/* { dg-options "-fnext-runtime" } */
 
 typedef struct objc_object { struct objc_class *isa; } *id;