From 630c36e3af777aba016b38ada83c7b42259f2a86 Mon Sep 17 00:00:00 2001 From: azidar Date: Wed, 27 Jan 2016 12:24:12 -0800 Subject: Fixed bug and updated test for changing mod to rem --- src/main/stanza/errors.stanza | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main') diff --git a/src/main/stanza/errors.stanza b/src/main/stanza/errors.stanza index f9504bea..a0c48dc8 100644 --- a/src/main/stanza/errors.stanza +++ b/src/main/stanza/errors.stanza @@ -486,7 +486,7 @@ defn check-types-primop (e:DoPrim, errors:Vector,info:FileInfo) - SUB-OP : all-ground(args(e)) MUL-OP : all-ground(args(e)) DIV-OP : all-ground(args(e)) - MOD-OP : all-ground(args(e)) + REM-OP : all-ground(args(e)) LESS-OP : all-ground(args(e)) LESS-EQ-OP : all-ground(args(e)) GREATER-OP : all-ground(args(e)) -- cgit v1.2.3