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