r348447 - Reapply fix from r348062 to fix test on Windows.

Douglas Yung via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 5 18:13:09 PST 2018


Author: dyung
Date: Wed Dec  5 18:13:09 2018
New Revision: 348447

URL: http://llvm.org/viewvc/llvm-project?rev=348447&view=rev
Log:
Reapply fix from r348062 to fix test on Windows.


Modified:
    cfe/trunk/test/CodeGenCXX/debug-prefix-map-lambda.cpp

Modified: cfe/trunk/test/CodeGenCXX/debug-prefix-map-lambda.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/debug-prefix-map-lambda.cpp?rev=348447&r1=348446&r2=348447&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-prefix-map-lambda.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-prefix-map-lambda.cpp Wed Dec  5 18:13:09 2018
@@ -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([]{});
 }




More information about the cfe-commits mailing list