X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fok%2Fbreak.as;h=be3866b4c78af88137940ba32e2dc271801934c6;hb=d2bcd477230b4ac8d7e69fc253d94250b13eb37a;hp=852fc3c8327f5c4e4f00df0e4351dff496a0d51f;hpb=50fd04a2bb9b2a8f374ea99446f6631606704c6c;p=swftools.git diff --git a/lib/as3/ok/break.as b/lib/as3/ok/break.as index 852fc3c..be3866b 100644 --- a/lib/as3/ok/break.as +++ b/lib/as3/ok/break.as @@ -39,6 +39,8 @@ package test.package { } if(i!=30) trace("error"); else trace("ok 4/4"); + + trace("[exit]"); } } }