aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Coverage/codegen-next.m7
-rw-r--r--test/Coverage/objc-language-features.inc2
2 files changed, 2 insertions, 7 deletions
diff --git a/test/Coverage/codegen-next.m b/test/Coverage/codegen-next.m
index 1a3f05049f..0916e534fb 100644
--- a/test/Coverage/codegen-next.m
+++ b/test/Coverage/codegen-next.m
@@ -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"
diff --git a/test/Coverage/objc-language-features.inc b/test/Coverage/objc-language-features.inc
index 477cbe3746..7069ef43c9 100644
--- a/test/Coverage/objc-language-features.inc
+++ b/test/Coverage/objc-language-features.inc
@@ -54,11 +54,9 @@
int f0(id x) {
#ifndef IRGENABLE_GNU
-#ifndef IRGENABLE
@synchronized(x) {
}
#endif
-#endif
#ifndef IRGENABLE_GNU
@try {