summary refs log tree commit diff stats
path: root/tests/method
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2018-12-31 06:42:01 -0800
committerAndreas Rumpf <rumpf_a@web.de>2018-12-31 15:42:01 +0100
commitab72d68ec80300ebd0629c5174a78c73f28fc729 (patch)
treeeeb6a50792d66eb87279d2c79600c640a5a26387 /tests/method
parent7ac1fc81fd119dba3739e05a89ad63fcee405ac1 (diff)
downloadNim-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.nim2
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
 """