mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
Change test import paths
This commit is contained in:
parent
e7599a6d85
commit
6dbe57ec11
@ -15,7 +15,7 @@
|
||||
package ebiten_test
|
||||
|
||||
import (
|
||||
. "."
|
||||
. "github.com/hajimehoshi/ebiten"
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
package ebiten_test
|
||||
|
||||
import (
|
||||
. "."
|
||||
. "github.com/hajimehoshi/ebiten"
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
@ -15,7 +15,7 @@
|
||||
package ebiten_test
|
||||
|
||||
import (
|
||||
. "."
|
||||
. "github.com/hajimehoshi/ebiten"
|
||||
"image"
|
||||
"image/color"
|
||||
_ "image/png"
|
||||
|
@ -15,7 +15,7 @@
|
||||
package internal_test
|
||||
|
||||
import (
|
||||
. "."
|
||||
. "github.com/hajimehoshi/ebiten/internal"
|
||||
"testing"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user