diff options
Diffstat (limited to 'test/CodeGenCXX/derived-to-base.cpp')
-rw-r--r-- | test/CodeGenCXX/derived-to-base.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGenCXX/derived-to-base.cpp b/test/CodeGenCXX/derived-to-base.cpp index 1c9cdbc982..fa03fee8d6 100644 --- a/test/CodeGenCXX/derived-to-base.cpp +++ b/test/CodeGenCXX/derived-to-base.cpp @@ -46,5 +46,4 @@ namespace test3 { } } -// CHECK: attributes #0 = { nounwind "target-features"={{.*}} } -// CHECK: attributes #1 = { "target-features"={{.*}} } +// CHECK: attributes #0 = { nounwind{{.*}} } |