]> granicus.if.org Git - clang/commitdiff
Reapply fix from r348062 to fix test on Windows.
authorDouglas Yung <douglas.yung@sony.com>
Thu, 6 Dec 2018 02:13:09 +0000 (02:13 +0000)
committerDouglas Yung <douglas.yung@sony.com>
Thu, 6 Dec 2018 02:13:09 +0000 (02:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348447 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGenCXX/debug-prefix-map-lambda.cpp

index b7f6c53829ba90605eedc3cdc07f7ae35801eb23..f0fb1a312c8be46127d1e0fa2a65b0129bf4ef80 100644 (file)
@@ -4,7 +4,7 @@
 template <typename T> 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([]{});
 }