| author | |
| committer | |
| log | a45807db22cf92167734d2055b836fa0aba8cf30 |
| tree | 77166e6c7604a1f899db7c86b4e34e6bcd544b53 |
| parent | 94e52dba85e4b81f5c4f2576c91df039604d06fb |
1 files changed, 1 insertions(+), 1 deletions(-)
std/event/future.zig+1-1| ... | ... | @@ -86,7 +86,7 @@ pub fn Future(comptime T: type) type { |
| 86 | 86 | |
| 87 | 87 | test "std.event.Future" { |
| 88 | 88 | // https://github.com/ziglang/zig/issues/1908 |
| 89 | if (builtin.single_threaded) return error.SkipZigTest; | |
| 89 | if (builtin.single_threaded or builtin.os != builtin.Os.linux) return error.SkipZigTest; | |
| 90 | 90 | |
| 91 | 91 | var da = std.heap.DirectAllocator.init(); |
| 92 | 92 | defer da.deinit(); |