aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/exceptions-nonfragile.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/exceptions-nonfragile.m')
-rw-r--r--test/CodeGenObjC/exceptions-nonfragile.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/exceptions-nonfragile.m b/test/CodeGenObjC/exceptions-nonfragile.m
index 1f3892699839..212a1eedd45f 100644
--- a/test/CodeGenObjC/exceptions-nonfragile.m
+++ b/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()
}