require errormsg to be specified before file.

This commit is contained in:
Arne Döring
2018-11-29 16:07:51 +01:00
committed by Araq
parent ca394ebd95
commit 1105d03644
264 changed files with 305 additions and 623 deletions

View File

@@ -1,7 +1,7 @@
discard """
errormsg: "invalid order in array constructor"
file: "tarraycons.nim"
line: 14
errormsg: "invalid order in array constructor"
"""
type
@@ -19,6 +19,3 @@ const
]
echo myMapping[eC][1]