diff options
author | nc-x <neelesh.chandola@outlook.com> | 2019-08-17 14:05:25 +0530 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-08-17 10:35:25 +0200 |
commit | cf09ef47b85363554a3475413481b4f513ef77ae (patch) | |
tree | ab7df26e20bc32a153ee6d403068adbed1863882 /tests/modules | |
parent | 15e681ce66b0e2db0c6ed6555f39759f9c6b6932 (diff) | |
download | Nim-cf09ef47b85363554a3475413481b4f513ef77ae.tar.gz |
Remove duplicate line number from 'invalid forward declaration' error (#11966)
Diffstat (limited to 'tests/modules')
-rw-r--r-- | tests/modules/tmismatchedvisibility.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/modules/tmismatchedvisibility.nim b/tests/modules/tmismatchedvisibility.nim index a61b28071..b649a5a3e 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, 6)]' has non-public forward declaration in " + errormsg: "public implementation 'tmismatchedvisibility.foo(a: int)' has non-public forward declaration at " line: 8 """ |