From d4304e728742e16cdc4f5ebbc59eb472aeb694ee Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Mon, 4 Sep 2023 14:52:18 -0700 Subject: [PATCH] Update windows-link-job.swift Fix an incorrect alteration to the test --- test/Driver/windows-link-job.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Driver/windows-link-job.swift b/test/Driver/windows-link-job.swift index 6ed7832bf5c06..78fe8873b0ac2 100644 --- a/test/Driver/windows-link-job.swift +++ b/test/Driver/windows-link-job.swift @@ -1,7 +1,7 @@ // RUN: %empty-directory(%t/DISTINCTIVE-WINDOWS-PATH/usr/bin) // RUN: %empty-directory(%t/DISTINCTIVE-WINDOWS-PATH/usr/lib) // RUN: %hardlink-or-copy(from: %swift_frontend_plain, to: %t/DISTINCTIVE-WINDOWS-PATH/usr/bin/swiftc) -// 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 +// 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 // swift-frontend cannot be copied to another location with bootstrapping because // it will not find the libswiftCore library with its relative RPATH.