diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-11 08:53:29 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2015-09-11 08:53:29 +0000 |
commit | 5f901426e2abf8a253bf278470cae4829be1fb9c (patch) | |
tree | 572c218f88dcd6cfe07e189fb2373e55336809fa /clang/test/Modules/ExtDebugInfo.cpp | |
parent | 8061e8645f4ac96b5a4826abf6ab4dde9cb5c3ea (diff) | |
download | bcm5719-llvm-5f901426e2abf8a253bf278470cae4829be1fb9c.tar.gz bcm5719-llvm-5f901426e2abf8a253bf278470cae4829be1fb9c.zip |
clang/test/Modules/ExtDebugInfo.cpp: Use [[@LINE]].
llvm-svn: 247396
Diffstat (limited to 'clang/test/Modules/ExtDebugInfo.cpp')
-rw-r--r-- | clang/test/Modules/ExtDebugInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Modules/ExtDebugInfo.cpp b/clang/test/Modules/ExtDebugInfo.cpp index a514e9d4a38..ac4a6d7daf8 100644 --- a/clang/test/Modules/ExtDebugInfo.cpp +++ b/clang/test/Modules/ExtDebugInfo.cpp @@ -71,4 +71,4 @@ char _anchor = anon_enum + conflicting_uid; // CHECK: !DIGlobalVariable(name: "anon_enum", {{.*}}, type: ![[ANON_ENUM]] -// CHECK: !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: !0, entity: !"_ZTSN8DebugCXX6StructE", line: 21) +// CHECK: !DIImportedEntity(tag: DW_TAG_imported_declaration, scope: !0, entity: !"_ZTSN8DebugCXX6StructE", line: [[@LINE-53]]) |