Changed test order
This commit is contained in:
@ -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},
|
||||
|
Reference in New Issue
Block a user