rustlings/tests/fixture/failure/testNotPassed.rs
2023-06-24 12:01:13 +09:30

5 lines
49 B
Rust

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