From: Adrian Prantl Date: Sat, 1 Dec 2018 01:30:00 +0000 (+0000) Subject: Relax test to also work on Windows. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8840577923331aa191582a37dfd57f24c029fd22;p=clang Relax test to also work on Windows. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348062 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([]{}); }