[llvm] r324279 - Fix Windows bots for test from r324270.

Paul Robinson via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 5 14:30:00 PST 2018


Author: probinson
Date: Mon Feb  5 14:30:00 2018
New Revision: 324279

URL: http://llvm.org/viewvc/llvm-project?rev=324279&view=rev
Log:
Fix Windows bots for test from r324270.

Modified:
    llvm/trunk/test/MC/MachO/gen-dwarf-cpp.s

Modified: llvm/trunk/test/MC/MachO/gen-dwarf-cpp.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/MachO/gen-dwarf-cpp.s?rev=324279&r1=324278&r2=324279&view=diff
==============================================================================
--- llvm/trunk/test/MC/MachO/gen-dwarf-cpp.s (original)
+++ llvm/trunk/test/MC/MachO/gen-dwarf-cpp.s Mon Feb  5 14:30:00 2018
@@ -14,7 +14,7 @@ L1:	leave
 // rdar://9275556
 
 // We check that the source name "t.s" is picked up
-// CHECK: include_directories[  1] = "{{.*[/\\]}}test{{[/\\]}}MC{{[/\\]}}MachO"
+// CHECK: include_directories[  1] = "{{.*[/\\\\]}}test{{[/\\\\]}}MC{{[/\\\\]}}MachO"
 // CHECK: include_directories[  2] = "inc"
 // CHECK:                 Dir  Mod Time   File Len   File Name
 // CHECK:                 ---- ---------- ---------- ---------------------------




More information about the llvm-commits mailing list