From 2aae46494a82c2d99e509a30d7e686b771737895 Mon Sep 17 00:00:00 2001 From: C19 Date: Mon, 18 May 2026 11:11:01 +0800 Subject: [PATCH] in init main.zig, clarify the fuzz command to avoid confusion --- lib/init/src/main.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/init/src/main.zig b/lib/init/src/main.zig index 0ce4b9110ef7058efecee2eb48940bcd54fc6768..d77848ab63f0afb0d963ace4577ac1ee701ed548 100644 --- a/lib/init/src/main.zig +++ b/lib/init/src/main.zig @@ -45,7 +45,7 @@ test "fuzz example" { fn testOne(context: void, smith: *std.testing.Smith) !void { _ = context; - // Try passing `--fuzz` to `zig build test` and see if it manages to fail this test case! + // Try command `zig build test --fuzz -Doptimize=ReleaseFast` to see if it manages to fail this test case! const gpa = std.testing.allocator; var list: std.ArrayList(u8) = .empty; -- 2.54.0