append [exit] after end of output
[swftools.git] / lib / as3 / ok / compare.as
index 30bc523..a8b85db 100644 (file)
@@ -30,6 +30,8 @@ package test.package {
             if(b>d) trace("error");else trace("ok 17/18");
 
             trace("ok 18/18");
+            
+            trace("[exit]");
         }
     }
 }