We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b178852 commit 9bb4d26Copy full SHA for 9bb4d26
test/Driver/compiler_plugin_path.swift
@@ -1,7 +1,7 @@
1
// RUN: %swiftc_driver -driver-print-jobs -target x86_64-apple-macosx10.9 %s 2>^1 | %FileCheck %s
2
3
// CHECK: -plugin-path
4
-// CHECK-SAME: BUILD_DIR{{(\.\/)?}}lib{{(\.\/)}}swift{{(\.\/)}}host{{(\.\/)}}plugins
+// CHECK-SAME: BUILD_DIR{{(/|\\\\)}}lib{{(/|\\\\)}}swift{{(/|\\\\)}}host{{(/|\\\\)}}plugins
5
6
// CHECK-SAME: -plugin-path
7
-// CHECK-SAME: BUILD_DIR{{(\.\/)?}}local{{(\.\/)}}lib{{(\.\/)}}swift{{(\.\/)}}host{{(\.\/)}}plugins
+// CHECK-SAME: BUILD_DIR{{(/|\\\\)}}local{{(/|\\\\)}}lib{{(/|\\\\)}}swift{{(/|\\\\)}}host{{(/|\\\\)}}plugins
0 commit comments