r221843 - Fixes test.

Fariborz Jahanian fjahanian at apple.com
Wed Nov 12 16:19:30 PST 2014


Author: fjahanian
Date: Wed Nov 12 18:19:30 2014
New Revision: 221843

URL: http://llvm.org/viewvc/llvm-project?rev=221843&view=rev
Log:
Fixes test.


Modified:
    cfe/trunk/test/CodeGenObjCXX/arc-cxx11-member-init.mm

Modified: cfe/trunk/test/CodeGenObjCXX/arc-cxx11-member-init.mm
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjCXX/arc-cxx11-member-init.mm?rev=221843&r1=221842&r2=221843&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenObjCXX/arc-cxx11-member-init.mm (original)
+++ cfe/trunk/test/CodeGenObjCXX/arc-cxx11-member-init.mm Wed Nov 12 18:19:30 2014
@@ -42,4 +42,4 @@ __attribute__((objc_root_class))
 @end
 @implementation Foo
 @end
-// CHECK-NOTE: define internal i8* @"\01-[Foo .cxx_construct
+// CHECK-NOT: define internal i8* @"\01-[Foo .cxx_construct





More information about the cfe-commits mailing list