Skip to content

Commit

Permalink
Ignore Windows due to its differing path syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
notriddle committed Oct 30, 2024
1 parent 1819b4f commit ac7de1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

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

failures:

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

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

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

Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//@ ignore-windows
//@ revisions: edition2015 edition2024
//@[edition2015]edition:2015
//@[edition2015]check-fail
Expand Down

0 comments on commit ac7de1a

Please sign in to comment.