aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFariborz Jahanian <fjahanian@apple.com>2009-12-14 18:18:29 +0000
committerFariborz Jahanian <fjahanian@apple.com>2009-12-14 18:18:29 +0000
commitfded62e58bf887632f37e5669e770112a716252d (patch)
treee5146d6af455f7b5738fc5e52ef806a2be96bf42
parent01ed063edbddd72c1b3f3f7b060bf9a0766e5d09 (diff)
Fixes an incomplete test case.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91304 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenObjC/property-list-in-class.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGenObjC/property-list-in-class.m b/test/CodeGenObjC/property-list-in-class.m
index 35895b9ace..b979b7525a 100644
--- a/test/CodeGenObjC/property-list-in-class.m
+++ b/test/CodeGenObjC/property-list-in-class.m
@@ -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;