mirror of
https://github.com/ziglang/zig.git
synced 2025-12-20 13:13:16 +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| {
|
for (test_fns) |testFn| {
|
||||||
try fs.deleteTree(dir_path);
|
try fs.deleteTree(dir_path);
|
||||||
try fs.makeDir(dir_path);
|
try fs.cwd().makeDir(dir_path);
|
||||||
try testFn(zig_exe, dir_path);
|
try testFn(zig_exe, dir_path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user