internal/shader: bug fix: test failures

Updates #2304
This commit is contained in:
Hajime Hoshi 2022-09-05 02:52:05 +09:00
parent 4ade34bc02
commit c19f45b91c

View File

@ -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",