]> granicus.if.org Git - clang/commitdiff
Relax test to also work on Windows.
authorAdrian Prantl <aprantl@apple.com>
Sat, 1 Dec 2018 01:30:00 +0000 (01:30 +0000)
committerAdrian Prantl <aprantl@apple.com>
Sat, 1 Dec 2018 01:30:00 +0000 (01:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348062 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([]{});
 }