mirror of
https://github.com/ziglang/zig.git
synced 2026-02-15 13:58:27 +00:00
io_uring: try to pass windows/macos tests
This commit is contained in:
parent
ccf5a6cc5c
commit
7eee0d3353
@ -4121,7 +4121,7 @@ test "openat_direct/close_direct" {
|
||||
}
|
||||
|
||||
/// For use in tests. Returns SkipZigTest is kernel version is less than required.
|
||||
fn skipKernelLessThan(required: std.SemanticVersion) !void {
|
||||
inline fn skipKernelLessThan(required: std.SemanticVersion) !void {
|
||||
if (builtin.os.tag != .linux) return error.SkipZigTest;
|
||||
|
||||
var uts: linux.utsname = undefined;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user