diff options
Diffstat (limited to 'test/CodeGen/2010-02-16-DbgScopes.c')
-rw-r--r-- | test/CodeGen/2010-02-16-DbgScopes.c | 8 |
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 36484a4..3c33bae 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(); |