Skip to content

Commit f41b8d8

Browse files
committed
Fix
1 parent 147e597 commit f41b8d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ mod common;
1212
#[test_dep(tagged_as = "errors")]
1313
fn compiled_errors() -> CompiledTest {
1414
let path = Utf8Path::new("examples/errors");
15-
CompiledTest::new(path).expect("Failed to compile errors")
15+
CompiledTest::new(path, true).expect("Failed to compile errors")
1616
}
1717

1818
#[test]

0 commit comments

Comments
 (0)