Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mlugg committed Feb 2, 2025
1 parent be12e2d commit c938593
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/std/zon/parse.zig
Original file line number Diff line number Diff line change
Expand Up @@ -3084,6 +3084,7 @@ test "std.zon free on error" {

test "std.zon vector" {
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/15330
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // https://github.com/ziglang/zig/issues/15329

const gpa = std.testing.allocator;

Expand Down

0 comments on commit c938593

Please sign in to comment.