From bde67cfdf05f7c569661e7a490b0b0811ac1ec56 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 28 Jan 2013 20:13:44 +0000 Subject: Undo my re-wording of the "ARC forbids Objective-C objects in ..." error. Jordan is right. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173713 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/ARCMT/checking.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ARCMT') diff --git a/test/ARCMT/checking.m b/test/ARCMT/checking.m index a5c364a058..b06f4a731d 100644 --- a/test/ARCMT/checking.m +++ b/test/ARCMT/checking.m @@ -117,7 +117,7 @@ void test1(A *a, BOOL b, struct UnsafeS *unsafeS) { } struct S { - A* a; // expected-error {{ARC forbids Objective-C objects of type 'A *__strong' in struct}} + A* a; // expected-error {{ARC forbids Objective-C objects in struct}} }; @interface B -- cgit v1.2.3-18-g5258