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 | 088ea012cd182a8ffe11c9aa1eea3a5edd1fe306 (patch) | |
| tree | a2a02a5ddc85981ef61616a62f86f4563694b150 /clang/test/CodeGenObjC | |
| parent | ee5a4a8cceda92e14409c64aa24314ca21c3cb8f (diff) | |
| download | bcm5719-llvm-088ea012cd182a8ffe11c9aa1eea3a5edd1fe306.tar.gz bcm5719-llvm-088ea012cd182a8ffe11c9aa1eea3a5edd1fe306.zip | |
Add -fnext-runtime to Objective-C properties testcase
llvm-svn: 62390
Diffstat (limited to 'clang/test/CodeGenObjC')
| -rw-r--r-- | clang/test/CodeGenObjC/property-agrr-getter.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/property-agrr-getter.m b/clang/test/CodeGenObjC/property-agrr-getter.m index 903dcc7e970..518250eaa60 100644 --- a/clang/test/CodeGenObjC/property-agrr-getter.m +++ b/clang/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; |

