append [exit] after end of output
[swftools.git] / lib / as3 / ok / strings.as
index 02633e4..5b9f121 100644 (file)
@@ -28,6 +28,7 @@ package {
             else trace("ok 4/5");
             if(this.mystring.charAt(3)!='\xff') trace("error");
             else trace("ok 5/5");
+            trace("[exit]");
         }
     }
 }