mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
update comment in init template
Unit tests are not run from the install step. closes #21123
This commit is contained in:
parent
1045537141
commit
cf9f8de661
@ -27,7 +27,7 @@ test "simple test" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
test "fuzz example" {
|
test "fuzz example" {
|
||||||
// Try passing `--fuzz` to `zig build` and see if it manages to fail this test case!
|
// Try passing `--fuzz` to `zig build test` and see if it manages to fail this test case!
|
||||||
const input_bytes = std.testing.fuzzInput(.{});
|
const input_bytes = std.testing.fuzzInput(.{});
|
||||||
try std.testing.expect(!std.mem.eql(u8, "canyoufindme", input_bytes));
|
try std.testing.expect(!std.mem.eql(u8, "canyoufindme", input_bytes));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user