mirror of https://github.com/sunface/rust-course
5 lines
49 B
5 lines
49 B
3 years ago
|
#[test]
|
||
|
fn not_passing() {
|
||
|
assert!(false);
|
||
|
}
|