From: Richard Smith Date: Sun, 21 Jul 2013 23:13:17 +0000 (+0000) Subject: Test updates missed from r186799. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1e293f34c530278a84bac902b80a4f05891a43b;p=clang Test updates missed from r186799. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186800 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/delete.cpp b/test/CodeGenCXX/delete.cpp index 1299b29a03..d11608ef6f 100644 --- a/test/CodeGenCXX/delete.cpp +++ b/test/CodeGenCXX/delete.cpp @@ -145,4 +145,4 @@ namespace test5 { } } -// CHECK: attributes [[NUW]] = { nounwind{{.*}} } +// CHECK: attributes [[NUW]] = {{[{].*}} nounwind {{.*[}]}} diff --git a/test/CodeGenCXX/destructors.cpp b/test/CodeGenCXX/destructors.cpp index 7dc188ba94..34d885d48b 100644 --- a/test/CodeGenCXX/destructors.cpp +++ b/test/CodeGenCXX/destructors.cpp @@ -418,4 +418,4 @@ namespace test9 { // CHECK: call void @_ZN5test312_GLOBAL__N_11CD0Ev( // CHECK: ret void - // CHECK: attributes [[NUW]] = { nounwind{{.*}} } + // CHECK: attributes [[NUW]] = {{[{].*}} nounwind {{.*[}]}} diff --git a/test/CodeGenCXX/microsoft-abi-structors.cpp b/test/CodeGenCXX/microsoft-abi-structors.cpp index 27c0006339..6d43c7daf1 100644 --- a/test/CodeGenCXX/microsoft-abi-structors.cpp +++ b/test/CodeGenCXX/microsoft-abi-structors.cpp @@ -119,7 +119,7 @@ struct D { void use_D() { D c; } -// DTORS: attributes [[NUW]] = { nounwind{{.*}} } +// DTORS: attributes [[NUW]] = {{[{].*}} nounwind {{.*[}]}} } // end namespace basic