1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-12-12 11:14:55 +02:00
rustlings/tests/fixture/success/testSuccess.rs

5 lines
44 B
Rust
Raw Normal View History

2019-03-20 22:05:45 +02:00
#[test]
fn passing() {
assert!(true);
}