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/destructors.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/destructors.cpp')
-rw-r--r-- | clang/test/CodeGenCXX/destructors.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenCXX/destructors.cpp b/clang/test/CodeGenCXX/destructors.cpp index 7dc188ba94b..34d885d48b1 100644 --- a/clang/test/CodeGenCXX/destructors.cpp +++ b/clang/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 {{.*[}]}} |