summaryrefslogtreecommitdiffstats
path: root/test/CodeGenObjC/catch-lexical-block.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/catch-lexical-block.m')
-rw-r--r--test/CodeGenObjC/catch-lexical-block.m8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGenObjC/catch-lexical-block.m b/test/CodeGenObjC/catch-lexical-block.m
index d5aeee1..ae49405 100644
--- a/test/CodeGenObjC/catch-lexical-block.m
+++ b/test/CodeGenObjC/catch-lexical-block.m
@@ -9,7 +9,7 @@ void f0() {
// We should have 3 lexical blocks here at the moment, including one
// for the catch block.
-// CHECK: lexical_block
-// CHECK: auto_variable
-// CHECK: lexical_block
-// CHECK: lexical_block
+// CHECK: !DILexicalBlock(
+// CHECK: !DILocalVariable(tag: DW_TAG_auto_variable
+// CHECK: !DILexicalBlock(
+// CHECK: !DILexicalBlock(
OpenPOWER on IntegriCloud