diff options
author | Adrian Prantl <aprantl@apple.com> | 2016-01-22 19:14:24 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2016-01-22 19:14:24 +0000 |
commit | d4e73e7412903b6c3aa5b5a1dd19e4442e4f449f (patch) | |
tree | e8744f0d358f778e196fc967845406358a0da358 /clang/test/Modules/ExtDebugInfo.cpp | |
parent | 429f28066c86a83ec6e5fb8872b1473dfadf129d (diff) | |
download | bcm5719-llvm-d4e73e7412903b6c3aa5b5a1dd19e4442e4f449f.tar.gz bcm5719-llvm-d4e73e7412903b6c3aa5b5a1dd19e4442e4f449f.zip |
Rephrase this test to help debug a buildbot issue
llvm-svn: 258526
Diffstat (limited to 'clang/test/Modules/ExtDebugInfo.cpp')
-rw-r--r-- | clang/test/Modules/ExtDebugInfo.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/Modules/ExtDebugInfo.cpp b/clang/test/Modules/ExtDebugInfo.cpp index dfc8be53d1f..3b4547a87e0 100644 --- a/clang/test/Modules/ExtDebugInfo.cpp +++ b/clang/test/Modules/ExtDebugInfo.cpp @@ -109,4 +109,5 @@ void foo() { // CHECK: !DICompileUnit( // CHECK-SAME: splitDebugFilename: // CHECK-SAME: dwoId: -// CHECK-PCH: dwoId: 18446744073709551614 +// CHECK-PCH: !DICompileUnit({{.*}}splitDebugFilename: +// CHECK-PCH: dwoId: 18446744073709551614 |