aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorazidar2016-01-27 12:24:12 -0800
committerazidar2016-01-28 09:25:04 -0800
commit630c36e3af777aba016b38ada83c7b42259f2a86 (patch)
tree50ed564ded9eb18946cf5507a008eb2dc9db1d79 /src
parent4bf3a3dd73108186807dee603794579fa88ccf50 (diff)
Fixed bug and updated test for changing mod to rem
Diffstat (limited to 'src')
-rw-r--r--src/main/stanza/errors.stanza2
1 files changed, 1 insertions, 1 deletions
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<PassException>,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))