Version 2.0.0

This commit is contained in:
2020-07-07 15:53:00 +02:00
parent 16ecac7329
commit 30c9acc2bb
4 changed files with 136 additions and 66 deletions

View File

@@ -15,7 +15,7 @@ suite "Basic tests":
check test.isOk == true
test "Check fail":
let test = fail(void, "no data here")
let test = int.fail "no data here"
check test.isOk == false
test "Check proc results":