Fixed failing test
authorDávid Bolvanský <david.bolvansky@gmail.com>
Sat, 20 Feb 2021 06:11:42 +0000 (07:11 +0100)
committerDávid Bolvanský <david.bolvansky@gmail.com>
Sat, 20 Feb 2021 06:11:42 +0000 (07:11 +0100)
clang/test/CodeGenObjC/disable-tail-call-escaping-block.m

index e8f5d6d..82fcd49 100644 (file)
@@ -17,7 +17,7 @@
 // CHECK: define internal void @[[TEST_BLOCK_INVOKE5]]({{.*}}) #[[DISABLEATTR]] {
 // CHECK: define internal void @[[TEST_BLOCK_INVOKE6]]({{.*}}) #[[ENABLEATTR]] {
 
-// CHECK: attributes #[[ENABLEATTR]] = {{{.*}}"disable-tail-calls"="false"{{.*}}}
+// CHECK-NOT: attributes #[[ENABLEATTR]] = {{{.*}}"disable-tail-calls"="false"{{.*}}}
 // CHECK: attributes #[[DISABLEATTR]] = {{{.*}}"disable-tail-calls"="true"{{.*}}}
 
 typedef void (^BlockTy)(void);