summary refs log tree commit diff stats
path: root/tests/modules
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/modules
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/modules')
-rw-r--r--tests/modules/tmismatchedvisibility.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/tmismatchedvisibility.nim b/tests/modules/tmismatchedvisibility.nim
index 4bf244807..fd582b571 100644
--- a/tests/modules/tmismatchedvisibility.nim
+++ b/tests/modules/tmismatchedvisibility.nim
@@ -1,5 +1,5 @@
 discard """
-  errormsg: "public implementation 'tmismatchedvisibility.foo(a: int)[declared in tmismatchedvisibility.nim(6, 5)]' has non-public forward declaration in "
+  errormsg: "public implementation 'tmismatchedvisibility.foo(a: int)[declared in tmismatchedvisibility.nim(6, 6)]' has non-public forward declaration in "
   line: 8
 """