summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/FrontendC/2010-03-5-LexicalScope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/FrontendC/2010-03-5-LexicalScope.c b/test/FrontendC/2010-03-5-LexicalScope.c
index 93a841a8f2..75dd6ef3c0 100644
--- a/test/FrontendC/2010-03-5-LexicalScope.c
+++ b/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;