mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2025-02-05 15:34:28 +01:00
parent
ead48ca5ab
commit
6feb4c5121
@ -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