aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjCXX/exceptions.mm
diff options
context:
space:
mode:
authorStephen Lin <stephenwlin@gmail.com>2013-08-15 06:47:53 +0000
committerStephen Lin <stephenwlin@gmail.com>2013-08-15 06:47:53 +0000
commit93ab6bf534fb6c26563c00f28a8fc5581bb71dfd (patch)
tree938e985e9673d1b0d289e8ed751943edc097da1d /test/CodeGenObjCXX/exceptions.mm
parent233fbe1f56183878167a56be53425a6dd25ba334 (diff)
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188447 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGenObjCXX/exceptions.mm')
-rw-r--r--test/CodeGenObjCXX/exceptions.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjCXX/exceptions.mm b/test/CodeGenObjCXX/exceptions.mm
index 031c22204d..a62a82b08c 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