We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4a559 commit 57ed72aCopy full SHA for 57ed72a
test/op_tester.zig
@@ -202,6 +202,7 @@ pub fn main() !void {
202
try zfat.mkdir("0:/build");
203
try zfat.mkdir("0:/zig-out");
204
try zfat.mkdir("0:/zig-out/bin");
205
+ try zfat.mkdir("0:/code");
206
try zfat.mkdir("0:/code/library");
207
208
try writeFile("0:/build/CMakeCache.txt", "dummy");
0 commit comments