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