Skip to content

Commit 7777c01

Browse files
committed
Bless tests/ui/asm/aarch64/srcloc.stderr
1 parent 9c26a09 commit 7777c01

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

tests/ui/asm/aarch64/srcloc.stderr

+24-24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error: unrecognized instruction mnemonic
2-
--> $DIR/srcloc.rs:15:15
2+
--> $DIR/srcloc.rs:12:15
33
|
44
LL | asm!("invalid_instruction");
55
| ^^^^^^^^^^^^^^^^^^^
@@ -11,7 +11,7 @@ LL | invalid_instruction
1111
| ^
1212

1313
error: unrecognized instruction mnemonic
14-
--> $DIR/srcloc.rs:19:13
14+
--> $DIR/srcloc.rs:16:13
1515
|
1616
LL | invalid_instruction
1717
| ^^^^^^^^^^^^^^^^^^^
@@ -23,7 +23,7 @@ LL | invalid_instruction
2323
| ^
2424

2525
error: unrecognized instruction mnemonic
26-
--> $DIR/srcloc.rs:24:13
26+
--> $DIR/srcloc.rs:21:13
2727
|
2828
LL | invalid_instruction
2929
| ^^^^^^^^^^^^^^^^^^^
@@ -35,7 +35,7 @@ LL | invalid_instruction
3535
| ^
3636

3737
error: unrecognized instruction mnemonic
38-
--> $DIR/srcloc.rs:30:13
38+
--> $DIR/srcloc.rs:27:13
3939
|
4040
LL | invalid_instruction
4141
| ^^^^^^^^^^^^^^^^^^^
@@ -47,7 +47,7 @@ LL | invalid_instruction
4747
| ^
4848

4949
error: unrecognized instruction mnemonic
50-
--> $DIR/srcloc.rs:37:13
50+
--> $DIR/srcloc.rs:34:13
5151
|
5252
LL | invalid_instruction
5353
| ^^^^^^^^^^^^^^^^^^^
@@ -59,7 +59,7 @@ LL | invalid_instruction
5959
| ^
6060

6161
error: unrecognized instruction mnemonic
62-
--> $DIR/srcloc.rs:42:14
62+
--> $DIR/srcloc.rs:39:14
6363
|
6464
LL | asm!(concat!("invalid", "_", "instruction"));
6565
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -71,7 +71,7 @@ LL | invalid_instruction
7171
| ^
7272

7373
error: unrecognized instruction mnemonic
74-
--> $DIR/srcloc.rs:46:14
74+
--> $DIR/srcloc.rs:43:14
7575
|
7676
LL | "invalid_instruction",
7777
| ^^^^^^^^^^^^^^^^^^^
@@ -83,7 +83,7 @@ LL | invalid_instruction
8383
| ^
8484

8585
error: unrecognized instruction mnemonic
86-
--> $DIR/srcloc.rs:52:14
86+
--> $DIR/srcloc.rs:49:14
8787
|
8888
LL | "invalid_instruction",
8989
| ^^^^^^^^^^^^^^^^^^^
@@ -95,7 +95,7 @@ LL | invalid_instruction
9595
| ^
9696

9797
error: unrecognized instruction mnemonic
98-
--> $DIR/srcloc.rs:59:14
98+
--> $DIR/srcloc.rs:56:14
9999
|
100100
LL | "invalid_instruction",
101101
| ^^^^^^^^^^^^^^^^^^^
@@ -107,7 +107,7 @@ LL | invalid_instruction
107107
| ^
108108

109109
error: unrecognized instruction mnemonic
110-
--> $DIR/srcloc.rs:66:13
110+
--> $DIR/srcloc.rs:63:13
111111
|
112112
LL | concat!("invalid", "_", "instruction"),
113113
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -119,7 +119,7 @@ LL | invalid_instruction
119119
| ^
120120

121121
error: unrecognized instruction mnemonic
122-
--> $DIR/srcloc.rs:73:13
122+
--> $DIR/srcloc.rs:70:13
123123
|
124124
LL | concat!("invalid", "_", "instruction"),
125125
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -131,7 +131,7 @@ LL | invalid_instruction
131131
| ^
132132

133133
error: unrecognized instruction mnemonic
134-
--> $DIR/srcloc.rs:80:14
134+
--> $DIR/srcloc.rs:77:14
135135
|
136136
LL | "invalid_instruction1",
137137
| ^^^^^^^^^^^^^^^^^^^^
@@ -143,7 +143,7 @@ LL | invalid_instruction1
143143
| ^
144144

145145
error: unrecognized instruction mnemonic
146-
--> $DIR/srcloc.rs:81:14
146+
--> $DIR/srcloc.rs:78:14
147147
|
148148
LL | "invalid_instruction2",
149149
| ^^^^^^^^^^^^^^^^^^^^
@@ -155,7 +155,7 @@ LL | invalid_instruction2
155155
| ^
156156

157157
error: unrecognized instruction mnemonic
158-
--> $DIR/srcloc.rs:87:13
158+
--> $DIR/srcloc.rs:84:13
159159
|
160160
LL | / concat!(
161161
LL | | "invalid", "_", "instruction1", "\n",
@@ -170,7 +170,7 @@ LL | invalid_instruction1
170170
| ^
171171

172172
error: unrecognized instruction mnemonic
173-
--> $DIR/srcloc.rs:87:13
173+
--> $DIR/srcloc.rs:84:13
174174
|
175175
LL | / concat!(
176176
LL | | "invalid", "_", "instruction1", "\n",
@@ -185,7 +185,7 @@ LL | invalid_instruction2
185185
| ^
186186

187187
error: unrecognized instruction mnemonic
188-
--> $DIR/srcloc.rs:96:13
188+
--> $DIR/srcloc.rs:93:13
189189
|
190190
LL | / concat!(
191191
LL | | "invalid", "_", "instruction1", "\n",
@@ -200,7 +200,7 @@ LL | invalid_instruction1
200200
| ^
201201

202202
error: unrecognized instruction mnemonic
203-
--> $DIR/srcloc.rs:96:13
203+
--> $DIR/srcloc.rs:93:13
204204
|
205205
LL | / concat!(
206206
LL | | "invalid", "_", "instruction1", "\n",
@@ -215,7 +215,7 @@ LL | invalid_instruction2
215215
| ^
216216

217217
error: unrecognized instruction mnemonic
218-
--> $DIR/srcloc.rs:100:13
218+
--> $DIR/srcloc.rs:97:13
219219
|
220220
LL | / concat!(
221221
LL | | "invalid", "_", "instruction3", "\n",
@@ -230,7 +230,7 @@ LL | invalid_instruction3
230230
| ^
231231

232232
error: unrecognized instruction mnemonic
233-
--> $DIR/srcloc.rs:100:13
233+
--> $DIR/srcloc.rs:97:13
234234
|
235235
LL | / concat!(
236236
LL | | "invalid", "_", "instruction3", "\n",
@@ -245,7 +245,7 @@ LL | invalid_instruction4
245245
| ^
246246

247247
error: unrecognized instruction mnemonic
248-
--> $DIR/srcloc.rs:111:13
248+
--> $DIR/srcloc.rs:108:13
249249
|
250250
LL | / concat!(
251251
LL | | "invalid", "_", "instruction1", "\n",
@@ -260,7 +260,7 @@ LL | invalid_instruction1
260260
| ^
261261

262262
error: unrecognized instruction mnemonic
263-
--> $DIR/srcloc.rs:111:13
263+
--> $DIR/srcloc.rs:108:13
264264
|
265265
LL | / concat!(
266266
LL | | "invalid", "_", "instruction1", "\n",
@@ -275,7 +275,7 @@ LL | invalid_instruction2
275275
| ^
276276

277277
error: unrecognized instruction mnemonic
278-
--> $DIR/srcloc.rs:115:13
278+
--> $DIR/srcloc.rs:112:13
279279
|
280280
LL | / concat!(
281281
LL | | "invalid", "_", "instruction3", "\n",
@@ -290,7 +290,7 @@ LL | invalid_instruction3
290290
| ^
291291

292292
error: unrecognized instruction mnemonic
293-
--> $DIR/srcloc.rs:115:13
293+
--> $DIR/srcloc.rs:112:13
294294
|
295295
LL | / concat!(
296296
LL | | "invalid", "_", "instruction3", "\n",
@@ -305,7 +305,7 @@ LL | invalid_instruction4
305305
| ^
306306

307307
error: unrecognized instruction mnemonic
308-
--> $DIR/srcloc.rs:128:14
308+
--> $DIR/srcloc.rs:125:14
309309
|
310310
LL | "invalid_instruction"
311311
| ^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)