Fixes an incomplete test case.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91304 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenObjC/property-list-in-class.m b/test/CodeGenObjC/property-list-in-class.m
index 35895b9..b979b75 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;