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:
Saleem Abdulrasool
2023-09-03 20:47:10 -07:00
parent d1eb74a872
commit 2ed10a72b1
2 changed files with 2 additions and 2 deletions

View File

@@ -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 \