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