diff options
author | Arne Döring <arne.doering@gmx.net> | 2017-07-17 08:12:15 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-07-17 08:12:15 +0200 |
commit | 52f092d02b5a4afa8cbd591bab9160e671f71700 (patch) | |
tree | 014875d219163f285d9e00137dcd19de0e106e79 /tests/pragmas/tused.nim | |
parent | 9427724a718ece9396d85fe8fa6a604b59f6bfd7 (diff) | |
download | Nim-52f092d02b5a4afa8cbd591bab9160e671f71700.tar.gz |
Lineinfo change (#6084)
Diffstat (limited to 'tests/pragmas/tused.nim')
-rw-r--r-- | tests/pragmas/tused.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pragmas/tused.nim b/tests/pragmas/tused.nim index 389863aef..83c62b7bb 100644 --- a/tests/pragmas/tused.nim +++ b/tests/pragmas/tused.nim @@ -1,7 +1,7 @@ discard """ nimout: ''' compile start -tused.nim(15, 8) Hint: 'tused.echoSub(a: int, b: int)[declared in tused.nim(15,7)]' is declared but not used [XDeclaredButNotUsed] +tused.nim(15, 8) Hint: 'tused.echoSub(a: int, b: int)[declared in tused.nim(15, 7)]' is declared but not used [XDeclaredButNotUsed] compile end''' output: "8\n8" """ |