mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-01-23 17:32:02 +01:00
ebiten: Refactoring
This commit is contained in:
parent
c921a63c21
commit
bebad644ad
@ -48,7 +48,7 @@ func skipTooSlowTests(t *testing.T) bool {
|
|||||||
// In Go1.12, converting JS arrays from/to slices uses TypedArrayOf, and this might allocates
|
// In Go1.12, converting JS arrays from/to slices uses TypedArrayOf, and this might allocates
|
||||||
// too many ArrayBuffers.
|
// too many ArrayBuffers.
|
||||||
if major == 1 && minor <= 12 {
|
if major == 1 && minor <= 12 {
|
||||||
t.Skip(fmt.Sprintf("too slow on Go%d.%dWasm", major, minor))
|
t.Skipf("too slow on Go%d.%dWasm", major, minor)
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user