Removed annoying assertion test messages from test output

This commit is contained in:
2022-10-19 23:34:15 +01:00
parent e01e096188
commit 1baa65cc95
6 changed files with 27 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
fn panic() {
assert false, "This should only be seen once";
assert false, "!ignore panicking within a function";
}
panic();

View File

@@ -0,0 +1,9 @@
var complex: type = astype [string: [int]];
var deep: type = astype [[[ int ]]];