append [exit] after end of output
[swftools.git] / lib / as3 / ok / anonymous_functions.as
index f8bbf94..6b05500 100644 (file)
@@ -17,6 +17,8 @@ package {
             l("ok 2/3");
 
             run(function(text) {trace(text)}, "ok 3/3")
+
+            trace("[exit]");
         }
     }
 }