📝 update test files

This commit is contained in:
ValKmjolnir
2022-05-17 18:22:24 +08:00
parent 712a047a43
commit f8692f1e4e
29 changed files with 4 additions and 46 deletions

View File

@@ -448,11 +448,11 @@ var NM2M=1852;
var R2D=180/math.pi;
# functions that not supported in this runtime:
var bind=func(function,locals,outer_scope={}){
var bind=func(function,locals,outer_scope=nil){
die("this runtime does not support bind");
}
var call=func(function,args=[],_me=nil,locals={},error=[]){
var call=func(function,args=nil,_me=nil,locals=nil,error=nil){
die("this runtime does not support call");
}