Add a failing test
This commit is contained in:
parent
94c1a84499
commit
c322d42ffe
1 changed files with 5 additions and 0 deletions
|
@ -11,4 +11,9 @@ mod tests {
|
|||
let result = add(2, 2);
|
||||
assert_eq!(result, 4);
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn another() {
|
||||
panic!("Make this test fail");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue