summary refs log tree commit diff stats
path: root/tests/errmsgs
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/errmsgs
parent05b8085a873ad0d8e5e823d35a0b043997e873df (diff)
downloadNim-1b7c8482fef98a9e1c0e4a61e7e928a3e4890192.tar.gz
fixes #10101 (#10103)
Diffstat (limited to 'tests/errmsgs')
-rw-r--r--tests/errmsgs/treportunused.nim8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/errmsgs/treportunused.nim b/tests/errmsgs/treportunused.nim
index c74fea46f..b339e06bf 100644
--- a/tests/errmsgs/treportunused.nim
+++ b/tests/errmsgs/treportunused.nim
@@ -1,12 +1,12 @@
 discard """
   nimout: '''
-treportunused.nim(19, 10) Hint: 'treportunused.s1(a: string)[declared in treportunused.nim(19, 9)]' is declared but not used [XDeclaredButNotUsed]
+treportunused.nim(19, 10) Hint: 's1' is declared but not used [XDeclaredButNotUsed]
 treportunused.nim(26, 5) Hint: 's8' is declared but not used [XDeclaredButNotUsed]
-treportunused.nim(22, 6) Hint: 'treportunused.s4()[declared in treportunused.nim(22, 5)]' is declared but not used [XDeclaredButNotUsed]
+treportunused.nim(22, 6) Hint: 's4' is declared but not used [XDeclaredButNotUsed]
 treportunused.nim(25, 7) Hint: 's7' is declared but not used [XDeclaredButNotUsed]
 treportunused.nim(24, 7) Hint: 's6' is declared but not used [XDeclaredButNotUsed]
-treportunused.nim(23, 6) Hint: 'treportunused.s5(a: T)[declared in treportunused.nim(23, 5)]' is declared but not used [XDeclaredButNotUsed]
-treportunused.nim(20, 10) Hint: 'treportunused.s2()[declared in treportunused.nim(20, 9)]' is declared but not used [XDeclaredButNotUsed]
+treportunused.nim(23, 6) Hint: 's5' is declared but not used [XDeclaredButNotUsed]
+treportunused.nim(20, 10) Hint: 's2' is declared but not used [XDeclaredButNotUsed]
 treportunused.nim(29, 6) Hint: 's11' is declared but not used [XDeclaredButNotUsed]
 treportunused.nim(27, 5) Hint: 's9' is declared but not used [XDeclaredButNotUsed]
 treportunused.nim(21, 10) Hint: 's3' is declared but not used [XDeclaredButNotUsed]