mirror of
https://github.com/nim-lang/Nim.git
synced 2026-05-01 03:24:41 +00:00
fix off by 1 error in col shown by toFileLineCol (#10138)
* fix off by 1 error in `col` shown by toFileLineCol * fix test failures
This commit is contained in:
committed by
Andreas Rumpf
parent
7ac1fc81fd
commit
ab72d68ec8
@@ -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
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user