Removed annoying assertion test messages from test output
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
|
||||
fn panic() {
|
||||
assert false, "This should only be seen once";
|
||||
assert false, "!ignore panicking within a function";
|
||||
}
|
||||
|
||||
panic();
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
|
||||
var complex: type = astype [string: [int]];
|
||||
var deep: type = astype [[[ int ]]];
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user