[cfe-commits] r91304 - /cfe/trunk/test/CodeGenObjC/property-list-in-class.m
Fariborz Jahanian
fjahanian at apple.com
Mon Dec 14 10:18:29 PST 2009
Author: fjahanian
Date: Mon Dec 14 12:18:29 2009
New Revision: 91304
URL: http://llvm.org/viewvc/llvm-project?rev=91304&view=rev
Log:
Fixes an incomplete test case.
Modified:
cfe/trunk/test/CodeGenObjC/property-list-in-class.m
Modified: cfe/trunk/test/CodeGenObjC/property-list-in-class.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/property-list-in-class.m?rev=91304&r1=91303&r2=91304&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjC/property-list-in-class.m (original)
+++ cfe/trunk/test/CodeGenObjC/property-list-in-class.m Mon Dec 14 12:18:29 2009
@@ -1,5 +1,5 @@
-// RUN: clang -cc1 -fobjc-nonfragile-abi -emit-llvm -o - %s
-// FIXME. Test is incomplete.
+// RUN: clang -cc1 -fobjc-nonfragile-abi -emit-llvm -o %t %s
+// RUN: grep -F 'l_OBJC_$_PROP_LIST_C2" = internal global %8 { i32 16, i32 3' %t
@protocol P
@property int i;
More information about the cfe-commits
mailing list