]> granicus.if.org Git - clang/commitdiff
Add -fnext-runtime to Objective-C properties testcase
authorDouglas Gregor <dgregor@apple.com>
Sat, 17 Jan 2009 00:53:59 +0000 (00:53 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 17 Jan 2009 00:53:59 +0000 (00:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62390 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/property-agrr-getter.m

index 903dcc7e9700fb7dad270d7702c84843d81e0b1b..518250eaa607f90e0386742009fab37b84fb4a6d 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm -o %t %s
+// RUN: clang -fnext-runtime -emit-llvm -o %t %s
 
 typedef struct {
   unsigned f0;