diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-07-21 23:13:17 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-07-21 23:13:17 +0000 |
commit | 4e155170e88a3cf81aa6b966d3b3c71d4819e6c4 (patch) | |
tree | 6b8218dad0d378d70625d258ef23e03cfeeff649 /clang/test/CodeGenCXX/delete.cpp | |
parent | 8d0dc31dcada7f8002022b02a1cee471494e530b (diff) | |
download | bcm5719-llvm-4e155170e88a3cf81aa6b966d3b3c71d4819e6c4.tar.gz bcm5719-llvm-4e155170e88a3cf81aa6b966d3b3c71d4819e6c4.zip |
Test updates missed from r186799.
llvm-svn: 186800
Diffstat (limited to 'clang/test/CodeGenCXX/delete.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/delete.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/delete.cpp b/clang/test/CodeGenCXX/delete.cpp index 1299b29a03a..d11608ef6f5 100644 --- a/clang/test/CodeGenCXX/delete.cpp +++ b/clang/test/CodeGenCXX/delete.cpp @@ -145,4 +145,4 @@ namespace test5 { } } -// CHECK: attributes [[NUW]] = { nounwind{{.*}} } +// CHECK: attributes [[NUW]] = {{[{].*}} nounwind {{.*[}]}} |