add failing test
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn failing_test() {
|
||||
assert!(false);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user