Skip to content

Commit 9bb4d26

Browse files
committed
Try harder to deal with / vs. \, the third hardest problem in computer science
1 parent b178852 commit 9bb4d26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %swiftc_driver -driver-print-jobs -target x86_64-apple-macosx10.9 %s 2>^1 | %FileCheck %s
22

33
// CHECK: -plugin-path
4-
// CHECK-SAME: BUILD_DIR{{(\.\/)?}}lib{{(\.\/)}}swift{{(\.\/)}}host{{(\.\/)}}plugins
4+
// CHECK-SAME: BUILD_DIR{{(/|\\\\)}}lib{{(/|\\\\)}}swift{{(/|\\\\)}}host{{(/|\\\\)}}plugins
55

66
// CHECK-SAME: -plugin-path
7-
// CHECK-SAME: BUILD_DIR{{(\.\/)?}}local{{(\.\/)}}lib{{(\.\/)}}swift{{(\.\/)}}host{{(\.\/)}}plugins
7+
// CHECK-SAME: BUILD_DIR{{(/|\\\\)}}local{{(/|\\\\)}}lib{{(/|\\\\)}}swift{{(/|\\\\)}}host{{(/|\\\\)}}plugins

0 commit comments

Comments
 (0)