authorgravatar for classone2010@gmail.comC19 <classone2010@gmail.com> 2026-05-18 11:11:01+08:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-08-13 00:23:00+02:00
log2aae46494a82c2d99e509a30d7e686b771737895
treeb849d6c96bac7e901cb36f8d9b5a3c2b003e9ca1
parent013492ecb89334750f019fa4d70bcedccd31b300

in init main.zig, clarify the fuzz command to avoid confusion


1 files changed, 1 insertions(+), 1 deletions(-)

lib/init/src/main.zig+1-1
...@@ -45,7 +45,7 @@ test "fuzz example" {...@@ -45,7 +45,7 @@ test "fuzz example" {
4545
46fn testOne(context: void, smith: *std.testing.Smith) !void {46fn 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!
4949
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;