From f1ba9bc9568694d48801d3105bd8335b3e141d50 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Thu, 13 Aug 2015 18:10:32 +0000 Subject: [PATCH] Try to fix new.cpp after r244920 to make it pass git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@244925 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGenCXX/new.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/CodeGenCXX/new.cpp b/test/CodeGenCXX/new.cpp index c8e0acba7b..6ea5af37bb 100644 --- a/test/CodeGenCXX/new.cpp +++ b/test/CodeGenCXX/new.cpp @@ -371,12 +371,12 @@ namespace builtins { // CHECK-DAG: attributes [[ATTR_NOBUILTIN]] = {{[{].*}} nobuiltin {{.*[}]}} // CHECK-DAG: attributes [[ATTR_NOBUILTIN_NOUNWIND]] = {{[{].*}} nobuiltin nounwind {{.*[}]}} +// CHECK-DAG: attributes [[ATTR_BUILTIN_NEW]] = {{[{].*}} builtin {{.*[}]}} +// CHECK-DAG: attributes [[ATTR_BUILTIN_DELETE]] = {{[{].*}} builtin {{.*[}]}} + // CHECK: attributes [[ATTR_NOUNWIND]] = // CHECK-NOT: builtin // CHECK-NOT: attributes // CHECK: nounwind // CHECK-NOT: builtin -// CHECK: attributes - -// CHECK-DAG: attributes [[ATTR_BUILTIN_NEW]] = {{[{].*}} builtin {{.*[}]}} -// CHECK-DAG: attributes [[ATTR_BUILTIN_DELETE]] = {{[{].*}} builtin {{.*[}]}} +// CHECK-NOT: attributes -- 2.40.0