From 6d7706fcd858c36ce8da5ca304173d620b88cb34 Mon Sep 17 00:00:00 2001 From: Douglas Yung Date: Thu, 6 Dec 2018 02:13:09 +0000 Subject: Reapply fix from r348062 to fix test on Windows. llvm-svn: 348447 --- clang/test/CodeGenCXX/debug-prefix-map-lambda.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/test/CodeGenCXX/debug-prefix-map-lambda.cpp') diff --git a/clang/test/CodeGenCXX/debug-prefix-map-lambda.cpp b/clang/test/CodeGenCXX/debug-prefix-map-lambda.cpp index b7f6c53829b..f0fb1a312c8 100644 --- a/clang/test/CodeGenCXX/debug-prefix-map-lambda.cpp +++ b/clang/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([]{}); } -- cgit v1.2.3