Skip to content

Commit 21455c4

Browse files
committed
[Test][Concurrency] Use env for MallocStackLogging in voucher_propagation test
1 parent d3a8a9a commit 21455c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Concurrency/voucher_propagation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-build-swift %s -target %target-swift-5.1-abi-triple -o %t/voucher_propagation
33
// RUN: %target-codesign %t/voucher_propagation
4-
// RUN: MallocStackLogging=1 %target-run %t/voucher_propagation
4+
// RUN: env MallocStackLogging=1 %target-run %t/voucher_propagation
55

66
// REQUIRES: executable_test
77
// REQUIRES: concurrency

0 commit comments

Comments
 (0)