mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-12-25 11:18:54 +01:00
parent
4ade34bc02
commit
c19f45b91c
@ -1643,7 +1643,6 @@ func TestSyntaxBuiltinFuncSingleArgType(t *testing.T) {
|
|||||||
"asin",
|
"asin",
|
||||||
"acos",
|
"acos",
|
||||||
"atan",
|
"atan",
|
||||||
"pow",
|
|
||||||
"exp",
|
"exp",
|
||||||
"log",
|
"log",
|
||||||
"exp2",
|
"exp2",
|
||||||
@ -1714,6 +1713,7 @@ func TestSyntaxBuiltinFuncDoubleArgsType(t *testing.T) {
|
|||||||
|
|
||||||
funcs := []string{
|
funcs := []string{
|
||||||
"atan2",
|
"atan2",
|
||||||
|
"pow",
|
||||||
"distance",
|
"distance",
|
||||||
"dot",
|
"dot",
|
||||||
"reflect",
|
"reflect",
|
||||||
|
Loading…
Reference in New Issue
Block a user