Skip to content

Commit ac7de1a

Browse files
committed
Ignore Windows due to its differing path syntax
1 parent 1819b4f commit ac7de1a

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22
running 1 test
3-
test $DIR/relative-path-include-bytes-132203.rs - (line 17) ... FAILED
3+
test $DIR/relative-path-include-bytes-132203.rs - (line 18) ... FAILED
44

55
failures:
66

7-
---- $DIR/relative-path-include-bytes-132203.rs - (line 17) stdout ----
7+
---- $DIR/relative-path-include-bytes-132203.rs - (line 18) stdout ----
88
error: couldn't read `$DIR/relative-dir-empty-file`: No such file or directory (os error 2)
9-
--> $DIR/relative-path-include-bytes-132203.rs:18:9
9+
--> $DIR/relative-path-include-bytes-132203.rs:19:9
1010
|
1111
LL | let x = include_bytes!("relative-dir-empty-file");
1212
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -18,7 +18,7 @@ error: aborting due to 1 previous error
1818
Couldn't compile the test.
1919

2020
failures:
21-
$DIR/relative-path-include-bytes-132203.rs - (line 17)
21+
$DIR/relative-path-include-bytes-132203.rs - (line 18)
2222

2323
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME
2424

tests/rustdoc-ui/doctest/relative-path-include-bytes-132203.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
//@ ignore-windows
12
//@ revisions: edition2015 edition2024
23
//@[edition2015]edition:2015
34
//@[edition2015]check-fail

0 commit comments

Comments
 (0)