diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2018-12-31 06:42:01 -0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-12-31 15:42:01 +0100 |
commit | ab72d68ec80300ebd0629c5174a78c73f28fc729 (patch) | |
tree | eeb6a50792d66eb87279d2c79600c640a5a26387 /tests/method | |
parent | 7ac1fc81fd119dba3739e05a89ad63fcee405ac1 (diff) | |
download | Nim-ab72d68ec80300ebd0629c5174a78c73f28fc729.tar.gz |
fix off by 1 error in `col` shown by toFileLineCol (#10138)
* fix off by 1 error in `col` shown by toFileLineCol * fix test failures
Diffstat (limited to 'tests/method')
-rw-r--r-- | tests/method/tmapper.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/method/tmapper.nim b/tests/method/tmapper.nim index a5d03f700..9162d0eec 100644 --- a/tests/method/tmapper.nim +++ b/tests/method/tmapper.nim @@ -1,5 +1,5 @@ discard """ - errormsg: "invalid declaration order; cannot attach 'step' to method defined here: tmapper.nim(22, 7)" + errormsg: "invalid declaration order; cannot attach 'step' to method defined here: tmapper.nim(22, 8)" line: 25 """ |