Update readme

This commit is contained in:
Minseong Jang
2022-04-12 09:17:30 +09:00
parent d4ef6aefd2
commit 9a238e8b90

View File

@@ -63,10 +63,6 @@ generate test input, and if it fails, then reduce it as much as possible and man
reduced test input. For example:
```sh
# Randomly generates simple test inputs and tests them.
# If this goes infinitely, then try without `--easy` option. It will generate more complicated code.
python3 tests/fuzz.py <fuzz-option> --easy
# Randomly generates test inputs and tests them
python3 tests/fuzz.py <fuzz-option>