append [exit] after end of output
[swftools.git] / lib / as3 / ok / extends.as
index 0ad7a49..3ffec18 100644 (file)
@@ -33,6 +33,8 @@ package {
             if(x is D) trace("ok 3/5");
             if(x instanceof X) trace("ok 4/5");
             if(x instanceof D) trace("ok 5/5");
+            
+            trace("[exit]");
         }
     }
 }