From: Douglas Yung Date: Thu, 6 Dec 2018 02:13:09 +0000 (+0000) Subject: Reapply fix from r348062 to fix test on Windows. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9e564bfbb2307a117ee936c26afd0ef5df7c2ca;p=clang Reapply fix from r348062 to fix test on Windows. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348447 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenCXX/debug-prefix-map-lambda.cpp b/test/CodeGenCXX/debug-prefix-map-lambda.cpp index b7f6c53829..f0fb1a312c 100644 --- a/test/CodeGenCXX/debug-prefix-map-lambda.cpp +++ b/test/CodeGenCXX/debug-prefix-map-lambda.cpp @@ -4,7 +4,7 @@ template void b(T) {} void c() { // CHECK: !DISubprogram(name: "b<(lambda at - // CHECK-SAME: /SOURCE_ROOT/debug-prefix-map-lambda.cpp + // CHECK-SAME: SOURCE_ROOT // CHECK-SAME: [[@LINE+1]]:{{[0-9]+}})>" b([]{}); }