change all "int32" types to "int" (#75)
This commit is contained in:
parent
2d8342018e
commit
3bd1e47bb4
19 changed files with 176 additions and 176 deletions
|
|
@ -12,8 +12,8 @@ func TestConstrictorRulesetInterface(t *testing.T) {
|
|||
|
||||
func TestConstrictorModifyInitialBoardState(t *testing.T) {
|
||||
tests := []struct {
|
||||
Height int32
|
||||
Width int32
|
||||
Height int
|
||||
Width int
|
||||
IDs []string
|
||||
}{
|
||||
{1, 1, []string{}},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue