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)
llvm-svn: 348447

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

index b7f6c53..f0fb1a3 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([]{});
 }