From 51fb8b013e7734b795139f49d3b1f77c539be20a Mon Sep 17 00:00:00 2001 From: Roman Divacky Date: Wed, 4 Nov 2009 15:04:32 +0000 Subject: Update clang to r86025. --- test/CodeGenObjC/encode-test-2.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/CodeGenObjC/encode-test-2.m') diff --git a/test/CodeGenObjC/encode-test-2.m b/test/CodeGenObjC/encode-test-2.m index 6901168b1d09..07a53367557a 100644 --- a/test/CodeGenObjC/encode-test-2.m +++ b/test/CodeGenObjC/encode-test-2.m @@ -3,7 +3,7 @@ // RUN: grep -e "@\\\22\\\22" %t && // RUN: grep -e "@\\\22\\\22" %t && // RUN: grep -e "@\\\22Foo\\\22" %t && -// RUN: grep -e "{Intf=@@@@}" %t +// RUN: grep -e "{Intf=@@@@#}" %t @protocol X, Y, Z; @class Foo; @@ -17,6 +17,7 @@ id IVAR_x; id IVAR_xy; id IVAR_xyz; Foo *IVAR_Fooxyz; +Class IVAR_Classx; } @end -- cgit v1.3