From d9e564bfbb2307a117ee936c26afd0ef5df7c2ca Mon Sep 17 00:00:00 2001 From: Douglas Yung Date: Thu, 6 Dec 2018 02:13:09 +0000 Subject: [PATCH] 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 --- test/CodeGenCXX/debug-prefix-map-lambda.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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([]{}); } -- 2.40.0