Improved code generation
This commit is contained in:
parent
a80f971e8a
commit
28fc6d2af6
4 changed files with 12 additions and 41 deletions
|
@ -20,6 +20,7 @@ var programs = []struct {
|
|||
{"square-sum.q", "", 25},
|
||||
{"chained-calls.q", "", 9},
|
||||
{"nested-calls.q", "", 4},
|
||||
{"return.q", "", 6},
|
||||
}
|
||||
|
||||
func TestPrograms(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue