1
0
Fork 0
rustlings/tests/fixture/failure/testNotPassed.rs
2022-10-11 16:47:29 +01:00

4 lines
49 B
Rust

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