r348213 - Relax test even more for Windows

Adrian Prantl via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 3 15:40:51 PST 2018


Author: adrian
Date: Mon Dec  3 15:40:51 2018
New Revision: 348213

URL: http://llvm.org/viewvc/llvm-project?rev=348213&view=rev
Log:
Relax test even more for Windows

Modified:
    cfe/trunk/test/CodeGen/debug-prefix-map.c

Modified: cfe/trunk/test/CodeGen/debug-prefix-map.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/debug-prefix-map.c?rev=348213&r1=348212&r2=348213&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/debug-prefix-map.c (original)
+++ cfe/trunk/test/CodeGen/debug-prefix-map.c Mon Dec  3 15:40:51 2018
@@ -36,5 +36,5 @@ void test_rewrite_includes() {
 // CHECK-NOT: !DIFile(filename:
 
 // CHECK-COMPILATION-DIR: !DIFile(filename: "{{.*}}", directory: "/var/empty")
-// CHECK-COMPILATION-DIR: !DIFile(filename: "Inputs/stdio.h", directory: "/var/empty")
+// CHECK-COMPILATION-DIR: !DIFile(filename: "{{.*}}Inputs/stdio.h", directory: "/var/empty")
 // CHECK-COMPILATION-DIR-NOT: !DIFile(filename:




More information about the cfe-commits mailing list