Changed test order
This commit is contained in:
parent
467fbd9725
commit
98edfb19fd
4 changed files with 45 additions and 45 deletions
|
@ -32,9 +32,6 @@ var programs = []struct {
|
|||
{"operator-variable", 0},
|
||||
{"operator-assign-number", 0},
|
||||
{"operator-assign-variable", 0},
|
||||
{"const", 0},
|
||||
{"escape-rune", 0},
|
||||
{"escape-string", 0},
|
||||
{"bitwise-and", 0},
|
||||
{"bitwise-or", 0},
|
||||
{"bitwise-xor", 0},
|
||||
|
@ -42,6 +39,9 @@ var programs = []struct {
|
|||
{"modulo", 0},
|
||||
{"modulo-assign", 0},
|
||||
{"div-split", 0},
|
||||
{"const", 0},
|
||||
{"escape-rune", 0},
|
||||
{"escape-string", 0},
|
||||
{"int64", 0},
|
||||
{"negative", 0},
|
||||
{"negation", 0},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue