We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba30e76 commit 59f95aaCopy full SHA for 59f95aa
tests/tests/script.rs
@@ -145,10 +145,11 @@ fn script_with_same_name_as_dependency() {
145
.unwrap()
146
}
147
148
-
149
#[test]
150
fn script_without_main_question_mark() {
151
let out = rust_script!("tests/data/script-without-main-question-mark.rs").unwrap();
152
- assert_eq!(out.stderr,
153
- "Error: Os { code: 2, kind: NotFound, message: \"No such file or directory\" }\n");
154
-}
+ assert_eq!(
+ out.stderr,
+ "Error: Os { code: 2, kind: NotFound, message: \"No such file or directory\" }\n"
+ );
155
+}
0 commit comments