Skip to content

Commit

Permalink
s/SkipTest/SkipZigTest/g
Browse files Browse the repository at this point in the history
  • Loading branch information
Cloudef committed Jun 19, 2024
1 parent c784ea3 commit d514421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aio.zig
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ test "SymlinkAt" {

test "ChildExit" {
if (@import("builtin").target.os.tag != .linux) {
return error.SkipTest;
return error.SkipZigTest;
}
const pid = try std.posix.fork();
if (pid == 0) {
Expand Down

0 comments on commit d514421

Please sign in to comment.