From: Fariborz Jahanian Date: Mon, 14 Dec 2009 18:18:29 +0000 (+0000) Subject: Fixes an incomplete test case. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fded62e58bf887632f37e5669e770112a716252d;p=clang 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 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;