rustlings/tests/fixture/failure/testNotPassed.rs
2024-05-25 21:29:30 +00:00

5 lines
49 B
Rust
Executable File

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