diff options
author | Arne Döring <arne.doering@gmx.net> | 2019-07-30 17:24:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-30 17:24:42 +0200 |
commit | 803406d07ce95189b08a16c7f51e2bf91f9c0c12 (patch) | |
tree | 775a5a7a4f961c51c06cb4393fc582d8a86f1dfa /tests | |
parent | bb949a75db490c9bccae975855310ee2de0b4b28 (diff) | |
download | Nim-803406d07ce95189b08a16c7f51e2bf91f9c0c12.tar.gz |
fix #11854 (#11857)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/concepts/texplain.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/concepts/texplain.nim b/tests/concepts/texplain.nim index f3d70320f..2b19c8b4d 100644 --- a/tests/concepts/texplain.nim +++ b/tests/concepts/texplain.nim @@ -1,7 +1,6 @@ discard """ cmd: "nim c --verbosity:0 --colors:off $file" nimout: ''' -Hint: texplain [Processing] texplain.nim(158, 10) Hint: Non-matching candidates for e(y) proc e(i: int): int first type mismatch at position: 1 @@ -117,6 +116,7 @@ expression: f(y)''' + # line 120 HERE type |