aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-01-17 00:53:59 +0000
committerDouglas Gregor <dgregor@apple.com>2009-01-17 00:53:59 +0000
commit3dfea40c7322477633e2ca3ead7f97cfe8400669 (patch)
tree1851ae10ba1fc00c5837ed70835533a8723b0cf0
parent470104edfd0fbf822fa0cdc06ab2ebf43ecdeb46 (diff)
Add -fnext-runtime to Objective-C properties testcase
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62390 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenObjC/property-agrr-getter.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/property-agrr-getter.m b/test/CodeGenObjC/property-agrr-getter.m
index 903dcc7e97..518250eaa6 100644
--- a/test/CodeGenObjC/property-agrr-getter.m
+++ b/test/CodeGenObjC/property-agrr-getter.m
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm -o %t %s
+// RUN: clang -fnext-runtime -emit-llvm -o %t %s
typedef struct {
unsigned f0;