summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tests/modules/tmismatchedvisibility.nim2
-rw-r--r--tests/pragmas/tused.nim2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/modules/tmismatchedvisibility.nim b/tests/modules/tmismatchedvisibility.nim
index 325c729c0..91b639a27 100644
--- a/tests/modules/tmismatchedvisibility.nim
+++ b/tests/modules/tmismatchedvisibility.nim
@@ -1,6 +1,6 @@
 discard """
   line: 8
-  errormsg: "public implementation 'tmismatchedvisibility.foo(a: int)' has non-public forward declaration in "
+  errormsg: "public implementation 'tmismatchedvisibility.foo(a: int)[declared in tmismatchedvisibility.nim(6,5)]' has non-public forward declaration in "
 """
 
 proc foo(a: int): int
diff --git a/tests/pragmas/tused.nim b/tests/pragmas/tused.nim
index 4a317f874..389863aef 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)' 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"
 """
=devel&id=4be0d16520ce89a8590090b4216d626f445abff1'>^
8ab3074c8 ^

ecd0dea09 ^

8925d0e10 ^
18823a315 ^
05e39cf6a ^
e80840c40 ^
f4a0400de ^
fe30ec83e ^
b7c806381 ^

b9079b871 ^
dac43e0fd ^
dbf9117c5 ^
20774ad43 ^

a2bb7d4c7 ^



0c3299383 ^
e27ab3673 ^
2de99653d ^


1088814e5 ^
2de99653d ^
9673e4f2d ^



2de99653d ^





bd705a517 ^
fab8cee13 ^
54935e2e7 ^
a64d4dc35 ^


9659540b1 ^





































e65c296bc ^

a64d4dc35 ^
5a21892da ^
3d7abb958 ^
0d19de18c ^
a23d418d7 ^
e353737e3 ^

d4bca58b7 ^
1a3b730bf ^

2958adc47 ^

c55f5b34e ^
5506e8491 ^
5f64d7a35 ^
d01ff8994 ^
d01ff8994 ^
d01ff8994 ^




258aabba6 ^
258aabba6 ^



258aabba6 ^
258aabba6 ^
258aabba6 ^







8b5aa221a ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137