mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
tests: add missing env
The `env` is required to set the environment variable as executing with environment variables is a SysV Shell thing and is not generally portable. This is required to support Windows.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
// RUN: -o %t/mock-plugin \
|
||||
// RUN: %t/plugin.c
|
||||
|
||||
// RUN: SWIFT_DUMP_PLUGIN_MESSAGING=1 %swift-target-frontend \
|
||||
// RUN: env SWIFT_DUMP_PLUGIN_MESSAGING=1 %swift-target-frontend \
|
||||
// RUN: -typecheck -verify \
|
||||
// RUN: -swift-version 5 \
|
||||
// RUN: -load-plugin-executable %t/mock-plugin#TestPlugin \
|
||||
|
||||
Reference in New Issue
Block a user