Implemented negative numbers
This commit is contained in:
parent
944bacf4e1
commit
6861ae9a90
4 changed files with 28 additions and 1 deletions
|
@ -42,6 +42,7 @@ var programs = []struct {
|
|||
{"loop", "", "", 0},
|
||||
{"loop-lifetime", "", "", 0},
|
||||
{"assert", "", "", 1},
|
||||
{"negative", "", "", 32},
|
||||
}
|
||||
|
||||
func TestPrograms(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue