From 44575a006feadea04b2a5b6f49a32f73ebaa68a1 Mon Sep 17 00:00:00 2001 From: Fariborz Jahanian Date: Thu, 13 Nov 2014 00:19:30 +0000 Subject: [PATCH] Fixes test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221843 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenObjCXX/arc-cxx11-member-init.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGenObjCXX/arc-cxx11-member-init.mm b/test/CodeGenObjCXX/arc-cxx11-member-init.mm index 9c673cfbeb..5129f9faca 100644 --- a/test/CodeGenObjCXX/arc-cxx11-member-init.mm +++ b/test/CodeGenObjCXX/arc-cxx11-member-init.mm @@ -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 -- 2.40.0