diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2018-12-27 13:40:09 -0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-12-27 22:40:09 +0100 |
commit | 1b7c8482fef98a9e1c0e4a61e7e928a3e4890192 (patch) | |
tree | 628d40ebfc38c5165ec53609dec341ea0279778d /tests/pragmas | |
parent | 05b8085a873ad0d8e5e823d35a0b043997e873df (diff) | |
download | Nim-1b7c8482fef98a9e1c0e4a61e7e928a3e4890192.tar.gz |
fixes #10101 (#10103)
Diffstat (limited to 'tests/pragmas')
-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 7616c1215..d0c533f9a 100644 --- a/tests/pragmas/tused.nim +++ b/tests/pragmas/tused.nim @@ -1,7 +1,7 @@ discard """ nimout: ''' compile start -tused.nim(17, 8) Hint: 'tused.echoSub(a: int, b: int)[declared in tused.nim(17, 7)]' is declared but not used [XDeclaredButNotUsed] +tused.nim(17, 8) Hint: 'echoSub' is declared but not used [XDeclaredButNotUsed] compile end''' output: "8\n8" joinable: false |