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 147e597 commit f41b8d8Copy full SHA for f41b8d8
1 file changed
tests/errors.rs
@@ -12,7 +12,7 @@ mod common;
12
#[test_dep(tagged_as = "errors")]
13
fn compiled_errors() -> CompiledTest {
14
let path = Utf8Path::new("examples/errors");
15
- CompiledTest::new(path).expect("Failed to compile errors")
+ CompiledTest::new(path, true).expect("Failed to compile errors")
16
}
17
18
#[test]
0 commit comments