diff --git a/test/Distributed/Runtime/distributed_actor_deinit.swift b/test/Distributed/Runtime/distributed_actor_deinit.swift index 935ed891198eb..6c7784b4ac53e 100644 --- a/test/Distributed/Runtime/distributed_actor_deinit.swift +++ b/test/Distributed/Runtime/distributed_actor_deinit.swift @@ -1,7 +1,7 @@ // RUN: %empty-directory(%t) // RUN: %target-build-swift -target %target-future-triple %import-libdispatch -parse-stdlib -parse-as-library -module-name=main %s -o %t/a.out // RUN: %target-codesign %t/a.out -// RUN: %env-SWIFT_IS_CURRENT_EXECUTOR_LEGACY_MODE_OVERRIDE=legacy %target-run %t/a.out | %FileCheck %s +// RUN: env %env-SWIFT_IS_CURRENT_EXECUTOR_LEGACY_MODE_OVERRIDE=legacy %target-run %t/a.out | %FileCheck %s // REQUIRES: libdispatch // REQUIRES: executable_test diff --git a/test/Distributed/Runtime/distributed_actor_remoteCall_accessibleFunctions.swift b/test/Distributed/Runtime/distributed_actor_remoteCall_accessibleFunctions.swift index 61880dd7aaf7b..6cf456e9851e0 100644 --- a/test/Distributed/Runtime/distributed_actor_remoteCall_accessibleFunctions.swift +++ b/test/Distributed/Runtime/distributed_actor_remoteCall_accessibleFunctions.swift @@ -2,7 +2,7 @@ // RUN: %target-swift-frontend-emit-module -emit-module-path %t/FakeDistributedActorSystems.swiftmodule -module-name FakeDistributedActorSystems -target %target-swift-6.0-abi-triple %S/../Inputs/FakeDistributedActorSystems.swift -plugin-path %swift-plugin-dir // RUN: %target-build-swift -module-name ActorsFramework -target %target-swift-6.0-abi-triple -j2 -parse-as-library -I %t %s %S/../Inputs/FakeDistributedActorSystems.swift -plugin-path %swift-plugin-dir -o %t/a.out // RUN: %target-codesign %t/a.out -// RUN: %env-SWIFT_DUMP_ACCESSIBLE_FUNCTIONS=true %target-run %t/a.out 2>&1 | %FileCheck %s --color --dump-input=always +// RUN: env %env-SWIFT_DUMP_ACCESSIBLE_FUNCTIONS=true %target-run %t/a.out 2>&1 | %FileCheck %s --color --dump-input=always // REQUIRES: executable_test // REQUIRES: concurrency diff --git a/test/Distributed/Runtime/distributed_actor_remoteCall_accessibleFunctions_crossModule.swift b/test/Distributed/Runtime/distributed_actor_remoteCall_accessibleFunctions_crossModule.swift index 63dc2b6383ccb..6c4273f05bff4 100644 --- a/test/Distributed/Runtime/distributed_actor_remoteCall_accessibleFunctions_crossModule.swift +++ b/test/Distributed/Runtime/distributed_actor_remoteCall_accessibleFunctions_crossModule.swift @@ -67,7 +67,7 @@ // RUN: %target-codesign %t/%target-library-name(ResilientImplLib) // Run and verify output -// RUN: %env-SWIFT_DUMP_ACCESSIBLE_FUNCTIONS=true %target-run %t/a.out \ +// RUN: env %env-SWIFT_DUMP_ACCESSIBLE_FUNCTIONS=true %target-run %t/a.out \ // RUN: %t/%target-library-name(FakeDistributedActorSystems) \ // RUN: %t/%target-library-name(ResilientAPILib) \ // RUN: %t/%target-library-name(ResilientImplLib) \