diff options
author | Douglas Gregor <dgregor@apple.com> | 2009-01-17 00:53:59 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2009-01-17 00:53:59 +0000 |
commit | 3dfea40c7322477633e2ca3ead7f97cfe8400669 (patch) | |
tree | 1851ae10ba1fc00c5837ed70835533a8723b0cf0 | |
parent | 470104edfd0fbf822fa0cdc06ab2ebf43ecdeb46 (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.m | 2 |
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; |