append [exit] after end of output
[swftools.git] / lib / as3 / ok / ops.as
index f11d50c..87de785 100644 (file)
@@ -78,6 +78,8 @@ package {
             /* test comma */
             trace("[comma]");
             assert( (1,2,3,4) == 4);
+            
+            trace("[exit]");
         }
     }
 }