Skip to content

Commit 3065ab4

Browse files
authored
Merge pull request #68321 from apple/compnerd/environment
Update windows-link-job.swift
2 parents d0a8c4e + d4304e7 commit 3065ab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Driver/windows-link-job.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %empty-directory(%t/DISTINCTIVE-WINDOWS-PATH/usr/bin)
22
// RUN: %empty-directory(%t/DISTINCTIVE-WINDOWS-PATH/usr/lib)
33
// RUN: %hardlink-or-copy(from: %swift_frontend_plain, to: %t/DISTINCTIVE-WINDOWS-PATH/usr/bin/swiftc)
4-
// RUN: %host-library-env PATH= %t/DISTINCTIVE-WINDOWS-PATH/usr/bin/swiftc -target x86_64-unknown-windows-msvc -### -module-name link -emit-library %s 2>&1 | %FileCheck %s
4+
// RUN: env PATH= %t/DISTINCTIVE-WINDOWS-PATH/usr/bin/swiftc -target x86_64-unknown-windows-msvc -### -module-name link -emit-library %s 2>&1 | %FileCheck %s
55

66
// swift-frontend cannot be copied to another location with bootstrapping because
77
// it will not find the libswiftCore library with its relative RPATH.

0 commit comments

Comments
 (0)