diff options
author | Arne Döring <arne.doering@gmx.net> | 2018-11-30 08:12:11 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-11-30 08:12:11 +0100 |
commit | 2f13d277201ca8f30c820ba4235223e3f11daa36 (patch) | |
tree | 9f887da539f85bbdcebb4608824371cd9690a88e /tests/errmsgs/tshow_asgn.nim | |
parent | 350396e1cab824ec69a9a06380ff15a7fa799819 (diff) | |
download | Nim-2f13d277201ca8f30c820ba4235223e3f11daa36.tar.gz |
improve line info retreival (#9822)
* improve line info * fix error message
Diffstat (limited to 'tests/errmsgs/tshow_asgn.nim')
-rw-r--r-- | tests/errmsgs/tshow_asgn.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/errmsgs/tshow_asgn.nim b/tests/errmsgs/tshow_asgn.nim index 1627c9b71..28a9acbeb 100644 --- a/tests/errmsgs/tshow_asgn.nim +++ b/tests/errmsgs/tshow_asgn.nim @@ -1,7 +1,7 @@ discard """ errormsg: "type mismatch: got <int> but expected 'cshort = int16'" line: 12 - column: 10 + column: 27 file: "tshow_asgn.nim" """ |