| |
| running 1 test |
| test $DIR/relative-path-include-bytes-132203.rs - (line 20) ... FAILED |
| |
| failures: |
| |
| ---- $DIR/relative-path-include-bytes-132203.rs - (line 20) stdout ---- |
| error: couldn't read `$DIR/relative-dir-empty-file`: $FILE_NOT_FOUND_MSG (os error 2) |
| --> $DIR/relative-path-include-bytes-132203.rs:21:9 |
| | |
| LL | let x = include_bytes!("relative-dir-empty-file"); |
| | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
| |
| error: aborting due to 1 previous error |
| |
| Couldn't compile the test. |
| |
| failures: |
| $DIR/relative-path-include-bytes-132203.rs - (line 20) |
| |
| test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME |
| |