remove last use of share_with_child_process

This commit is contained in:
Andrew Kelley 2020-05-02 01:54:36 -04:00
parent beebcbb677
commit 92f3e9c92a

View File

@ -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);