packing: Rename tests

This commit is contained in:
Hajime Hoshi 2018-03-07 02:29:11 +09:00
parent 951568e403
commit 8ac2ebde1e

View File

@ -20,7 +20,7 @@ import (
. "github.com/hajimehoshi/ebiten/internal/packing"
)
func TestBSP(t *testing.T) {
func TestPage(t *testing.T) {
type Rect struct {
X int
Y int