summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/FrontendC/2010-03-5-LexicalScope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/FrontendC/2010-03-5-LexicalScope.c b/llvm/test/FrontendC/2010-03-5-LexicalScope.c
index 93a841a8f29..75dd6ef3c07 100644
--- a/llvm/test/FrontendC/2010-03-5-LexicalScope.c
+++ b/llvm/test/FrontendC/2010-03-5-LexicalScope.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc -S -O0 -g %s -o - | grep DW_TAG_lexical_block | count 3
+// RUN: %llvmgcc -S -O0 -g %s -o - | grep DW_TAG_lexical_block | count 2
int foo(int i) {
if (i) {
int j = 2;
OpenPOWER on IntegriCloud