append [exit] after end of output
[swftools.git] / lib / as3 / ok / dynamicobj.as
index 58644ff..d758b26 100644 (file)
@@ -20,6 +20,8 @@ package {
 
             x.f = function() {trace("ok 2/2")};
             x.f();
+            
+            trace("[exit]");
         }
     }
 }