We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5313fdf + 21455c4 commit 8f14f71Copy full SHA for 8f14f71
test/Concurrency/voucher_propagation.swift
@@ -1,7 +1,7 @@
1
// RUN: %empty-directory(%t)
2
// RUN: %target-build-swift %s -target %target-swift-5.1-abi-triple -o %t/voucher_propagation
3
// RUN: %target-codesign %t/voucher_propagation
4
-// RUN: MallocStackLogging=1 %target-run %t/voucher_propagation
+// RUN: env MallocStackLogging=1 %target-run %t/voucher_propagation
5
6
// REQUIRES: executable_test
7
// REQUIRES: concurrency
0 commit comments