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 a1e8a35 commit 1ee3342Copy full SHA for 1ee3342
test/Driver/environment.swift
@@ -2,7 +2,7 @@
2
// UNSUPPORTED: windows
3
// Apple's "System Integrity Protection" makes this test fail on OS X.
4
5
-// RUN: %swift_driver -target x86_64-unknown-gnu-linux -L/foo/ -driver-use-frontend-path %S/Inputs/print-var.sh %s LD_LIBRARY_PATH | %FileCheck -check-prefix=CHECK${LD_LIBRARY_PATH+_LAX} %s
+// RUN: %swift_driver -sdk "" -target x86_64-unknown-gnu-linux -L/foo/ -driver-use-frontend-path %S/Inputs/print-var.sh %s LD_LIBRARY_PATH | %FileCheck -check-prefix=CHECK${LD_LIBRARY_PATH+_LAX} %s
6
7
// CHECK: {{^/foo/:[^:]+/lib/swift/linux$}}
8
// CHECK_LAX: {{^/foo/:[^:]+/lib/swift/linux}}
0 commit comments