rename zig-cache to .zig-cache

closes #20077
This commit is contained in:
Andrew Kelley
2024-05-29 10:20:15 -07:00
parent bdb3b382d8
commit 3b77f1ed7e
8 changed files with 33 additions and 33 deletions

View File

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