remove failing test
This commit is contained in:
parent
c169803347
commit
626a7ff520
@ -2,8 +2,3 @@ fn main() {
|
||||
println!("Hello, world!");
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn failing_test() {
|
||||
assert!(false);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user