summaryrefslogtreecommitdiffstats
path: root/clang/test
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test')
-rw-r--r--clang/test/Coverage/codegen-gnu.m3
-rw-r--r--clang/test/Coverage/objc-language-features.inc4
2 files changed, 0 insertions, 7 deletions
diff --git a/clang/test/Coverage/codegen-gnu.m b/clang/test/Coverage/codegen-gnu.m
index f042c442b15..bc8d6d642e4 100644
--- a/clang/test/Coverage/codegen-gnu.m
+++ b/clang/test/Coverage/codegen-gnu.m
@@ -1,6 +1,3 @@
-// RUN: clang-cc -triple i386-unknown-unknown -DIRGENABLE_GNU -DIRGENABLE -fgnu-runtime -emit-llvm -o %t %s &&
-// RUN: clang-cc -triple i386-unknown-unknown -DIRGENABLE_GNU -DIRGENABLE -g -fgnu-runtime -emit-llvm -o %t %s &&
-
// RUN: clang-cc -triple i386-unknown-unknown -fgnu-runtime -emit-llvm -o %t %s
#include "objc-language-features.inc"
diff --git a/clang/test/Coverage/objc-language-features.inc b/clang/test/Coverage/objc-language-features.inc
index a00d4bfb784..dd57dfbedd0 100644
--- a/clang/test/Coverage/objc-language-features.inc
+++ b/clang/test/Coverage/objc-language-features.inc
@@ -53,12 +53,9 @@
@end
int f0(id x) {
-#ifndef IRGENABLE_GNU
@synchronized(x) {
}
-#endif
-#ifndef IRGENABLE_GNU
@try {
@throw x;
@@ -75,7 +72,6 @@ int f0(id x) {
for (id y in x) {
break;
}
-#endif
}
#ifndef __OBJC2__
OpenPOWER on IntegriCloud