motiejus/zig

fork of https://codeberg.org/ziglang/zig
git clone https://git.jakstys.lt/motiejus/zig.git
Log | Tree | Refs | README | LICENSE

commit 92f3e9c92acd6cba98a8a8f46341d138f89aae53 (tree)
parent beebcbb677350b86c9f36a850a8b8853b7a71769
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Sat,  2 May 2020 01:54:36 -0400

remove last use of share_with_child_process

Diffstat:
Msrc-self-hosted/test.zig | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src-self-hosted/test.zig b/src-self-hosted/test.zig @@ -96,7 +96,7 @@ pub const TestContext = struct { case: ZIRCompareOutputCase, target: std.Target, ) !void { - var tmp = std.testing.tmpDir(.{ .share_with_child_process = true }); + var tmp = std.testing.tmpDir(.{}); defer tmp.cleanup(); var prg_node = root_node.start(case.name, 4);