diff options
Diffstat (limited to 'test/CodeGenObjCXX/exceptions.mm')
-rw-r--r-- | test/CodeGenObjCXX/exceptions.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjCXX/exceptions.mm b/test/CodeGenObjCXX/exceptions.mm index 031c222..a62a82b 100644 --- a/test/CodeGenObjCXX/exceptions.mm +++ b/test/CodeGenObjCXX/exceptions.mm @@ -5,7 +5,7 @@ void opaque(); namespace test0 { - // CHECK: define void @_ZN5test03fooEv + // CHECK-LABEL: define void @_ZN5test03fooEv void foo() { try { // CHECK: invoke void @_Z6opaquev |