msg -> errmsg

This commit is contained in:
Zahary Karadjov
2014-03-21 00:27:28 +02:00
parent 09bda74e7d
commit 4f91dd40ed
3 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -1,5 +1,5 @@
discard """
msg: "nested proc can have generic parameters only when"
errmsg: "nested proc can have generic parameters only when"
line: 6
"""

View File

@@ -1,8 +1,8 @@
discard """
cmd: "nimrod check $# $#"
msg: "'proc' is not a concrete type"
msg: "'Foo' is not a concrete type."
msg: "invalid type: 'TBaseMed'"
errmsg: "'proc' is not a concrete type"
errmsg: "'Foo' is not a concrete type."
errmsg: "invalid type: 'TBaseMed'"
"""
type