avm2: Update tests

This commit is contained in:
CUB3D 2021-03-27 17:15:04 +00:00 committed by kmeisthax
parent 68527c13da
commit 8d68dcb562
2 changed files with 2 additions and 1 deletions

View File

@ -5,5 +5,6 @@
import flash.utils.getTimer;
var x = getTimer();
trace("// typeof getTimer()");
trace(typeof getTimer());
trace(typeof x);