mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
Fix some tests.
This commit is contained in:
@@ -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] =
|
||||
|
||||
Reference in New Issue
Block a user