diff options
Diffstat (limited to 'clang/test/CodeGenObjC/exceptions-nonfragile.m')
| -rw-r--r-- | clang/test/CodeGenObjC/exceptions-nonfragile.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjC/exceptions-nonfragile.m b/clang/test/CodeGenObjC/exceptions-nonfragile.m index 1f389269983..212a1eedd45 100644 --- a/clang/test/CodeGenObjC/exceptions-nonfragile.m +++ b/clang/test/CodeGenObjC/exceptions-nonfragile.m @@ -26,6 +26,6 @@ void test2(void) { test2_helper(); } - // CHECK: define void @test2() + // CHECK-LABEL: define void @test2() // CHECK-NOT: call void @test2_helper() } |

