Skip to content

Commit 620a1f2

Browse files
committed
Try fixing windows build (too long filename?)
1 parent 59f95aa commit 620a1f2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/tests/script.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ fn script_with_same_name_as_dependency() {
147147

148148
#[test]
149149
fn script_without_main_question_mark() {
150-
let out = rust_script!("tests/data/script-without-main-question-mark.rs").unwrap();
150+
let out = rust_script!("tests/data/question-mark").unwrap();
151151
assert_eq!(
152152
out.stderr,
153153
"Error: Os { code: 2, kind: NotFound, message: \"No such file or directory\" }\n"

0 commit comments

Comments
 (0)