Fix tests

This commit is contained in:
mo8it
2024-03-30 20:48:30 +01:00
parent fe7d775818
commit 79ca821e26
14 changed files with 21 additions and 16 deletions
@@ -0,0 +1,2 @@
fn main() {
}
@@ -0,0 +1,5 @@
#[test]
fn passing() {
println!("THIS TEST TOO SHALL PASS");
assert!(true);
}