]> granicus.if.org Git - clang/commitdiff
Use -fnext-runtime for this test.
authorDaniel Dunbar <daniel@zuster.org>
Wed, 4 Feb 2009 00:03:15 +0000 (00:03 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 4 Feb 2009 00:03:15 +0000 (00:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63688 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/property-aggr-type.m

index dd2ef1faacb7b9eb342e6849067ebb223ba40129..486cfa0b7042e825d90cbc1945f2d15f22f28c76 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm -o %t %s
+// RUN: clang -fnext-runtime -emit-llvm -o %t %s
 
 @interface Object
 - (id) new;