summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/property-getter-dot-syntax.m
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-11-17 07:07:28 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-11-17 07:07:28 +0000
commitc5a97ec19408c3dca4b6a6385f11d8c783b94d0b (patch)
treef8eaf15cd47de7d078bfe70b2ce4d73b3f660688 /test/CodeGenObjC/property-getter-dot-syntax.m
parent0be42c44f0199c5023b542d6a6d2e66eb594f27d (diff)
Move -fnext-runtime defaulting to driver (and change clang-cc default to
-fnext-runtime), instead of using getDefaultLangOptions. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@89058 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjC/property-getter-dot-syntax.m')
-rw-r--r--test/CodeGenObjC/property-getter-dot-syntax.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/property-getter-dot-syntax.m b/test/CodeGenObjC/property-getter-dot-syntax.m
index d98e9bab6d..c1cc5e9947 100644
--- a/test/CodeGenObjC/property-getter-dot-syntax.m
+++ b/test/CodeGenObjC/property-getter-dot-syntax.m
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fnext-runtime --emit-llvm -o %t %s
+// RUN: clang-cc --emit-llvm -o %t %s
@protocol NSObject
- (void *)description;