diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-02 10:38:45 +0200 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2026-04-02 10:38:45 +0200 |
| commit | ffde357f303e7459a12cfe4b785ae9e8ef9ebe30 (patch) | |
| tree | 17ec258a026dcafb89e27d1046d11a9cf175cfb8 /build.zig | |
| parent | 3b22bfd898a5ca93df9e07a3f1816f3b0b08137b (diff) | |
revival of the async-io functions, #90
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -1149,15 +1149,11 @@ const exercises = [_]Exercise{ }, .{ .main_file = "089_async6.zig", - .output = ".com: Example Title, .org: Example Title.", - .skip = true, - .skip_hint = "async has not been implemented in the current compiler version.", + .output = "Hare: I'm fast!", }, .{ .main_file = "090_async7.zig", - .output = "beef? BEEF!", - .skip = true, - .skip_hint = "async has not been implemented in the current compiler version.", + .output = "Counter: 400 (expected: 400)", }, .{ .main_file = "091_async8.zig", |
