aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/2010-02-16-DbgScopes.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/2010-02-16-DbgScopes.c')
-rw-r--r--test/CodeGen/2010-02-16-DbgScopes.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/CodeGen/2010-02-16-DbgScopes.c b/test/CodeGen/2010-02-16-DbgScopes.c
index 36484a4c6372..3c33bae8b19a 100644
--- a/test/CodeGen/2010-02-16-DbgScopes.c
+++ b/test/CodeGen/2010-02-16-DbgScopes.c
@@ -1,9 +1,9 @@
// RUN: %clang_cc1 -emit-llvm -g < %s | FileCheck %s
// Test to check number of lexical scope identified in debug info.
-// CHECK: DW_TAG_lexical_block
-// CHECK: DW_TAG_lexical_block
-// CHECK: DW_TAG_lexical_block
-// CHECK: DW_TAG_lexical_block
+// CHECK: !DILexicalBlock(
+// CHECK: !DILexicalBlock(
+// CHECK: !DILexicalBlock(
+// CHECK: !DILexicalBlock(
extern int bar();
extern void foobar();