]> granicus.if.org Git - clang/commitdiff
Update test case.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 20 Mar 2009 19:34:03 +0000 (19:34 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 20 Mar 2009 19:34:03 +0000 (19:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@67392 91177308-0d34-0410-b5e6-96231b3b80d8

test/Coverage/codegen-next.m
test/Coverage/objc-language-features.inc

index 1a3f05049ffc245eb889e9250d8390cea32d2542..0916e534fb50d22ebff4b8227dc091204c57691d 100644 (file)
@@ -1,7 +1,4 @@
-// RUN: clang -DIRGENABLE -fnext-runtime -emit-llvm -o %t %s &&
-// RUN: clang -DIRGENABLE -g -fnext-runtime -emit-llvm -o %t %s &&
-
-// FIXME: Remove IRGENABLE when possible.
-// RUN: ! clang -fnext-runtime -emit-llvm -o %t %s
+// RUN: clang -fnext-runtime -emit-llvm -o %t %s &&
+// RUN: clang -g -fnext-runtime -emit-llvm -o %t %s
 
 #include "objc-language-features.inc"
index 477cbe3746909b358cc23577738100852e5332a1..7069ef43c917093a11a20d81e4475984254efe44 100644 (file)
 
 int f0(id x) {
 #ifndef IRGENABLE_GNU
-#ifndef IRGENABLE
   @synchronized(x) {
   }
 #endif
-#endif
 
 #ifndef IRGENABLE_GNU
   @try {