Skip to content

Commit 71eec20

Browse files
committed
Fix uitests on windows
1 parent 06ca790 commit 71eec20

File tree

4 files changed

+68
-68
lines changed

4 files changed

+68
-68
lines changed

marker_lints/tests/ui/print_path_expr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// normalize-stderr-windows: "tests/ui/" -> "$DIR/"
1+
// normalize-stdout-windows: "tests/ui/" -> "$$DIR/"
22

33
pub trait A {
44
fn a() {

marker_lints/tests/ui/print_path_expr.stdout

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ Call(
2424
source: File(
2525
"$DIR/print_path_expr.rs",
2626
),
27-
start: 412,
28-
end: 416,
27+
start: 413,
28+
end: 417,
2929
},
3030
},
3131
generics: GenericArgs {
@@ -94,8 +94,8 @@ Call(
9494
source: File(
9595
"$DIR/print_path_expr.rs",
9696
),
97-
start: 443,
98-
end: 446,
97+
start: 444,
98+
end: 447,
9999
},
100100
},
101101
generics: GenericArgs {
@@ -126,8 +126,8 @@ Call(
126126
source: File(
127127
"$DIR/print_path_expr.rs",
128128
),
129-
start: 443,
130-
end: 446,
129+
start: 444,
130+
end: 447,
131131
},
132132
},
133133
generics: GenericArgs {
@@ -147,8 +147,8 @@ Call(
147147
source: File(
148148
"$DIR/print_path_expr.rs",
149149
),
150-
start: 455,
151-
end: 458,
150+
start: 456,
151+
end: 459,
152152
},
153153
},
154154
generics: GenericArgs {
@@ -216,8 +216,8 @@ Call(
216216
source: File(
217217
"$DIR/print_path_expr.rs",
218218
),
219-
start: 485,
220-
end: 490,
219+
start: 486,
220+
end: 491,
221221
},
222222
},
223223
generics: GenericArgs {
@@ -243,8 +243,8 @@ Call(
243243
source: File(
244244
"$DIR/print_path_expr.rs",
245245
),
246-
start: 494,
247-
end: 495,
246+
start: 495,
247+
end: 496,
248248
},
249249
},
250250
generics: GenericArgs {
@@ -258,8 +258,8 @@ Call(
258258
source: File(
259259
"$DIR/print_path_expr.rs",
260260
),
261-
start: 498,
262-
end: 504,
261+
start: 499,
262+
end: 505,
263263
},
264264
},
265265
generics: GenericArgs {
@@ -284,8 +284,8 @@ Call(
284284
source: File(
285285
"$DIR/print_path_expr.rs",
286286
),
287-
start: 494,
288-
end: 495,
287+
start: 495,
288+
end: 496,
289289
},
290290
},
291291
generics: GenericArgs {
@@ -299,8 +299,8 @@ Call(
299299
source: File(
300300
"$DIR/print_path_expr.rs",
301301
),
302-
start: 498,
303-
end: 504,
302+
start: 499,
303+
end: 505,
304304
},
305305
},
306306
generics: GenericArgs {
@@ -314,8 +314,8 @@ Call(
314314
source: File(
315315
"$DIR/print_path_expr.rs",
316316
),
317-
start: 506,
318-
end: 507,
317+
start: 507,
318+
end: 508,
319319
},
320320
},
321321
generics: GenericArgs {
@@ -382,8 +382,8 @@ Call(
382382
source: File(
383383
"$DIR/print_path_expr.rs",
384384
),
385-
start: 535,
386-
end: 540,
385+
start: 536,
386+
end: 541,
387387
},
388388
},
389389
generics: GenericArgs {
@@ -409,8 +409,8 @@ Call(
409409
source: File(
410410
"$DIR/print_path_expr.rs",
411411
),
412-
start: 544,
413-
end: 545,
412+
start: 545,
413+
end: 546,
414414
},
415415
},
416416
generics: GenericArgs {
@@ -424,8 +424,8 @@ Call(
424424
source: File(
425425
"$DIR/print_path_expr.rs",
426426
),
427-
start: 548,
428-
end: 554,
427+
start: 549,
428+
end: 555,
429429
},
430430
},
431431
generics: GenericArgs {
@@ -451,8 +451,8 @@ Call(
451451
source: File(
452452
"$DIR/print_path_expr.rs",
453453
),
454-
start: 558,
455-
end: 559,
454+
start: 559,
455+
end: 560,
456456
},
457457
},
458458
generics: GenericArgs {
@@ -466,8 +466,8 @@ Call(
466466
source: File(
467467
"$DIR/print_path_expr.rs",
468468
),
469-
start: 562,
470-
end: 563,
469+
start: 563,
470+
end: 564,
471471
},
472472
},
473473
generics: GenericArgs {
@@ -505,8 +505,8 @@ Path(
505505
source: File(
506506
"$DIR/print_path_expr.rs",
507507
),
508-
start: 607,
509-
end: 610,
508+
start: 608,
509+
end: 611,
510510
},
511511
},
512512
generics: GenericArgs {

marker_lints/tests/ui/print_ty.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// normalize-stderr-windows: "tests/ui/" -> "$DIR/"
1+
// normalize-stderr-windows: "tests/ui/" -> "$$DIR/"
22

33
use core::fmt::Debug;
44
use core::marker::PhantomData;

0 commit comments

Comments
 (0)