Fix some tests.

This commit is contained in:
EXetoC
2014-03-31 21:38:35 +02:00
parent 44ee8aecfd
commit e69899fb49
4 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
discard """
errmsg: "type mismatch: got (array[0..2, float], array[0..1, float])"
errormsg: "type mismatch: got (array[0..2, float], array[0..1, float])"
"""
proc `+`*[R, T] (v1, v2: array[R, T]): array[R, T] =