mirror of
https://github.com/ziglang/zig.git
synced 2026-01-05 13:03:25 +00:00
Switch back to writing Zig
This commit is contained in:
parent
9dec310826
commit
067bd7e424
@ -24,8 +24,8 @@ test "fallocate" {
|
||||
0 => {},
|
||||
linux.ENOSYS => return error.SkipZigTest,
|
||||
linux.EOPNOTSUPP => return error.SkipZigTest,
|
||||
else |errno| => {
|
||||
std.debug.print("Unhandled Errno:" errno);
|
||||
else => |errno| {
|
||||
std.debug.print("Unhandled Errno: {}", .{ errno });
|
||||
return error.SkipZigTest;
|
||||
},
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user