remove last use of share_with_child_process
This commit is contained in:
parent
beebcbb677
commit
92f3e9c92a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user