rustlings/tests/fixture/failure/testNotPassed.rs
2023-06-21 12:21:56 +09:30

5 lines
49 B
Rust
Executable File

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