Added assertions to most tests
This commit is contained in:
parent
c2c147f1b4
commit
32d7455c38
15 changed files with 86 additions and 266 deletions
|
@ -1,6 +1,5 @@
|
|||
main() {
|
||||
x := f(2, 3)
|
||||
syscall(60, x)
|
||||
assert f(2, 3) == 25
|
||||
}
|
||||
|
||||
f(x, y) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue