Author: dgregor
Date: Fri Jan 16 18:53:59 2009
New Revision: 62390

URL: http://llvm.org/viewvc/llvm-project?rev=62390&view=rev
Log:
Add -fnext-runtime to Objective-C properties testcase

Modified:
    cfe/trunk/test/CodeGenObjC/property-agrr-getter.m

Modified: cfe/trunk/test/CodeGenObjC/property-agrr-getter.m
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/property-agrr-getter.m?rev=62390&r1=62389&r2=62390&view=diff

==============================================================================
--- cfe/trunk/test/CodeGenObjC/property-agrr-getter.m (original)
+++ cfe/trunk/test/CodeGenObjC/property-agrr-getter.m Fri Jan 16 18:53:59 2009
@@ -1,4 +1,4 @@
-// RUN: clang -emit-llvm -o %t %s
+// RUN: clang -fnext-runtime -emit-llvm -o %t %s
 
 typedef struct {
   unsigned f0;


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to