rust-course/exercise/tests/fixture/failure/testNotPassed.rs

5 lines
49 B

#[test]
fn not_passing() {
assert!(false);
}