Implemented modulo operation
This commit is contained in:
parent
65cc81032b
commit
60b8ff1308
7 changed files with 75 additions and 0 deletions
|
@ -35,6 +35,7 @@ var programs = []struct {
|
|||
{"jump-near", "", "", 0},
|
||||
{"loop", "", "", 0},
|
||||
{"loop-lifetime", "", "", 0},
|
||||
{"remainder", "", "", 0},
|
||||
}
|
||||
|
||||
func TestPrograms(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue