Skip to content

Commit 8f14f71

Browse files
authored
Merge pull request #84638 from ramonasuncion/test-mallocstacklogging-env
[Test][Concurrency] Set MallocStackLogging with env
2 parents 5313fdf + 21455c4 commit 8f14f71

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)