Gonna start unit testing to resolve issues

This commit is contained in:
2022-08-28 07:03:12 +01:00
parent 9c766ec61e
commit 5300e2ceec
13 changed files with 0 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
fn panic() {
assert false, "This should only be seen once";
}
panic();
panic();