From 448335dc39696dcf6b255c724f455e9766c46802 Mon Sep 17 00:00:00 2001 From: Minseong Jang Date: Fri, 25 Mar 2022 12:37:33 +0900 Subject: [PATCH] Fix reduce criteria --- tests/reduce-criteria-template.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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