Skip to content

Commit b178852

Browse files
committed
Cope with Windows paths
1 parent 74b12e8 commit b178852

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)