| ... | @@ -45,7 +45,7 @@ test "fuzz example" { | ... | @@ -45,7 +45,7 @@ test "fuzz example" { |
| 45 | | 45 | |
| 46 | fn testOne(context: void, smith: *std.testing.Smith) !void { | 46 | fn testOne(context: void, smith: *std.testing.Smith) !void { |
| 47 | _ = context; | 47 | _ = context; |
| 48 | // Try passing `--fuzz` to `zig build test` and see if it manages to fail this test case! | 48 | // Try command `zig build test --fuzz -Doptimize=ReleaseFast` to see if it manages to fail this test case! |
| 49 | | 49 | |
| 50 | const gpa = std.testing.allocator; | 50 | const gpa = std.testing.allocator; |
| 51 | var list: std.ArrayList(u8) = .empty; | 51 | var list: std.ArrayList(u8) = .empty; |