mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
remove last use of share_with_child_process
This commit is contained in:
parent
beebcbb677
commit
92f3e9c92a
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue