diff options
-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 |