| author | |
| committer | |
| log | cf9f8de661034be1db41e24f3c6a7b1776ba58a2 |
| tree | c3c13eecf9980dff1e8ba628fc08500210c2d63d |
| parent | 10455371416a37da201b6f968d47ffae597ea7ce |
Unit tests are not run from the install step.
closes #211231 files changed, 1 insertions(+), 1 deletions(-)
lib/init/src/main.zig+1-1| ... | ... | @@ -27,7 +27,7 @@ test "simple test" { |
| 27 | 27 | } |
| 28 | 28 | |
| 29 | 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 | 31 | const input_bytes = std.testing.fuzzInput(.{}); |
| 32 | 32 | try std.testing.expect(!std.mem.eql(u8, "canyoufindme", input_bytes)); |
| 33 | 33 | } |