smaller test
This commit is contained in:
parent
dcd5bca952
commit
1dae50c439
@ -63,8 +63,8 @@ func TestSimpleRender(t *testing.T) {
|
||||
}
|
||||
}()
|
||||
|
||||
from := -3
|
||||
to := 3
|
||||
from := -10
|
||||
to := 10
|
||||
|
||||
for x := from; x < to; x++ {
|
||||
for z := from; z < to; z++ {
|
||||
|
Loading…
Reference in New Issue
Block a user