aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src-self-hosted/test.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-self-hosted/test.zig b/src-self-hosted/test.zig
index 5868f9383d..8186f1f4d8 100644
--- 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);