diff options
Diffstat (limited to 'clang/test/CodeGen/2010-02-16-DbgScopes.c')
-rw-r--r-- | clang/test/CodeGen/2010-02-16-DbgScopes.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/CodeGen/2010-02-16-DbgScopes.c b/clang/test/CodeGen/2010-02-16-DbgScopes.c index 58bda9a2d7c..36484a4c637 100644 --- a/clang/test/CodeGen/2010-02-16-DbgScopes.c +++ b/clang/test/CodeGen/2010-02-16-DbgScopes.c @@ -4,7 +4,6 @@ // CHECK: DW_TAG_lexical_block // CHECK: DW_TAG_lexical_block // CHECK: DW_TAG_lexical_block -// CHECK: DW_TAG_lexical_block extern int bar(); extern void foobar(); |