tests: Update external tests (1.1.2-dev-393)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
fun box() : String {
|
||||
val fps : Double = 1.toDouble()
|
||||
var mspf : Long
|
||||
{
|
||||
if ((fps.toInt() == 0))
|
||||
mspf = 0
|
||||
else
|
||||
mspf = (((1000.0 / fps)).toLong())
|
||||
}
|
||||
return "OK"
|
||||
}
|
||||
Reference in New Issue
Block a user