summaryrefslogtreecommitdiff
path: root/tests/fixture/failure/exercises/testNotPassed.rs
blob: de0d61c0b178cb66152c4636036ef709574af0ff (plain)
1
2
3
4
5
6
fn main() {}

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