r348062 - Relax test to also work on Windows.

Adrian Prantl via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 30 17:30:00 PST 2018


Author: adrian
Date: Fri Nov 30 17:30:00 2018
New Revision: 348062

URL: http://llvm.org/viewvc/llvm-project?rev=348062&view=rev
Log:
Relax test to also work 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=348062&r1=348061&r2=348062&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/debug-prefix-map-lambda.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/debug-prefix-map-lambda.cpp Fri Nov 30 17:30:00 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