remove failing test

This commit is contained in:
Mitchell Marino 2022-12-15 18:05:55 -06:00
parent c169803347
commit 626a7ff520

View File

@ -2,8 +2,3 @@ fn main() {
println!("Hello, world!");
}
#[test]
fn failing_test() {
assert!(false);
}