]> granicus.if.org Git - clang/commitdiff
Fixes an incomplete test case.
authorFariborz Jahanian <fjahanian@apple.com>
Mon, 14 Dec 2009 18:18:29 +0000 (18:18 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Mon, 14 Dec 2009 18:18:29 +0000 (18:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91304 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenObjC/property-list-in-class.m

index 35895b9aced8c19899f0756b280781a8b2edae13..b979b7525afd11e60d77f1c51aa7e5476a8a48d3 100644 (file)
@@ -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;