mirror of
https://github.com/ziglang/zig.git
synced 2024-12-14 15:20:13 +00:00
update cli test to new std.fs API
This commit is contained in:
parent
4a67dd04c9
commit
55dfedff42
@ -37,7 +37,7 @@ pub fn main() !void {
|
||||
};
|
||||
for (test_fns) |testFn| {
|
||||
try fs.deleteTree(dir_path);
|
||||
try fs.makeDir(dir_path);
|
||||
try fs.cwd().makeDir(dir_path);
|
||||
try testFn(zig_exe, dir_path);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user