From 9a238e8b90e99c79aabeba479906bed0646990d0 Mon Sep 17 00:00:00 2001 From: Minseong Jang Date: Tue, 12 Apr 2022 09:17:30 +0900 Subject: [PATCH] Update readme --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 638d709..e326166 100644 --- a/README.md +++ b/README.md @@ -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 --easy - # Randomly generates test inputs and tests them python3 tests/fuzz.py