| ... | @@ -27,7 +27,7 @@ test "simple test" { | ... | @@ -27,7 +27,7 @@ test "simple test" { |
| 27 | } | 27 | } |
| 28 | | 28 | |
| 29 | test "fuzz example" { | 29 | test "fuzz example" { |
| 30 | // Try passing `--fuzz` to `zig build` and see if it manages to fail this test case! | 30 | // Try passing `--fuzz` to `zig build test` and see if it manages to fail this test case! |
| 31 | const input_bytes = std.testing.fuzzInput(.{}); | 31 | const input_bytes = std.testing.fuzzInput(.{}); |
| 32 | try std.testing.expect(!std.mem.eql(u8, "canyoufindme", input_bytes)); | 32 | try std.testing.expect(!std.mem.eql(u8, "canyoufindme", input_bytes)); |
| 33 | } | 33 | } |