| author | |
| committer | |
| log | 2aae46494a82c2d99e509a30d7e686b771737895 |
| tree | b849d6c96bac7e901cb36f8d9b5a3c2b003e9ca1 |
| parent | 013492ecb89334750f019fa4d70bcedccd31b300 |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/init/src/main.zig+1-1| ... | ... | @@ -45,7 +45,7 @@ test "fuzz example" { |
| 45 | 45 | |
| 46 | 46 | fn testOne(context: void, smith: *std.testing.Smith) !void { |
| 47 | 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 | 50 | const gpa = std.testing.allocator; |
| 51 | 51 | var list: std.ArrayList(u8) = .empty; |