summary refs log tree commit diff stats
path: root/tests/pragmas
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2018-12-27 13:40:09 -0800
committerAndreas Rumpf <rumpf_a@web.de>2018-12-27 22:40:09 +0100
commit1b7c8482fef98a9e1c0e4a61e7e928a3e4890192 (patch)
tree628d40ebfc38c5165ec53609dec341ea0279778d /tests/pragmas
parent05b8085a873ad0d8e5e823d35a0b043997e873df (diff)
downloadNim-1b7c8482fef98a9e1c0e4a61e7e928a3e4890192.tar.gz
fixes #10101 (#10103)
Diffstat (limited to 'tests/pragmas')
-rw-r--r--tests/pragmas/tused.nim2
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