rustlings/tests/fixture/failure/testNotPassed.rs

5 lines
49 B
Rust

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