diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2024-05-29 10:20:15 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2024-05-29 10:20:15 -0700 |
| commit | 3b77f1ed7e69e8347e41c2f93dfdfc22f5ac07dd (patch) | |
| tree | 335b4dabfafa222eb5f94befbdb9211d74a7e5cb /lib/std/debug.zig | |
| parent | bdb3b382d8f39ec1e38a72c473963381a065da0c (diff) | |
| download | zig-3b77f1ed7e69e8347e41c2f93dfdfc22f5ac07dd.tar.gz zig-3b77f1ed7e69e8347e41c2f93dfdfc22f5ac07dd.zip | |
rename zig-cache to .zig-cache
closes #20077
Diffstat (limited to 'lib/std/debug.zig')
| -rw-r--r-- | lib/std/debug.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/debug.zig b/lib/std/debug.zig index 1073d6d3ab..44bcf3abc1 100644 --- a/lib/std/debug.zig +++ b/lib/std/debug.zig @@ -1526,7 +1526,7 @@ test printLineFromFileAnyOs { var test_dir = std.testing.tmpDir(.{}); defer test_dir.cleanup(); // Relies on testing.tmpDir internals which is not ideal, but LineInfo requires paths. - const test_dir_path = try join(allocator, &.{ "zig-cache", "tmp", test_dir.sub_path[0..] }); + const test_dir_path = try join(allocator, &.{ ".zig-cache", "tmp", test_dir.sub_path[0..] }); defer allocator.free(test_dir_path); // Cases |
