summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenObjC/catch-lexical-block.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGenObjC/catch-lexical-block.m')
-rw-r--r--clang/test/CodeGenObjC/catch-lexical-block.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/CodeGenObjC/catch-lexical-block.m b/clang/test/CodeGenObjC/catch-lexical-block.m
index f4a6a222182..618d3a22322 100644
--- a/clang/test/CodeGenObjC/catch-lexical-block.m
+++ b/clang/test/CodeGenObjC/catch-lexical-block.m
@@ -7,10 +7,9 @@ void f0() {
}
}
-// We should have 4 lexical blocks here at the moment, including one
+// We should have 3 lexical blocks here at the moment, including one
// for the catch block.
// CHECK: lexical_block
// CHECK: lexical_block
-// CHECK: lexical_block
// CHECK: auto_variable
// CHECK: lexical_block
OpenPOWER on IntegriCloud