summary refs log tree commit diff stats
path: root/tests/pragmas/tused.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pragmas/tused.nim')
-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