Update fuzzer

This commit is contained in:
Minseong Jang
2022-05-16 13:45:23 +09:00
parent 64124bb68d
commit 2f280650a8
2 changed files with 25 additions and 10 deletions

View File

@@ -70,10 +70,4 @@ fi
$FUZZ_BIN $FUZZ_ARG test_reduced.c > out_fuzz.txt 2>&1
if
[ $FUZZ_ARG = '-p' ]
then
grep 'panicked' out_fuzz.txt
else
grep 'assertion failed' out_fuzz.txt
fi
grep $FUZZ_ERRMSG out_fuzz.txt