diff --git a/tests/reduce-criteria-template.sh b/tests/reduce-criteria-template.sh index 70d310e..add7baf 100644 --- a/tests/reduce-criteria-template.sh +++ b/tests/reduce-criteria-template.sh @@ -53,7 +53,8 @@ if grep 'pointer from integer' outa.txt ||\ grep 'incompatible implicit' outa.txt ||\ grep 'excess elements in struct initializer' outa.txt ||\ - grep 'comparison between pointer and integer' outa.txt) + grep 'comparison between pointer and integer' outa.txt ||\ + grep 'division by zero' outa.txt) then exit 1 fi