X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fok%2Ffinally.as;h=f614c2bb065a3215917b56e2af8272d5b4796c3d;hb=df102d603f84e64cfd36aef0fddcf70fafac7ee2;hp=d45d49c3250ba7018517bc8cbae5ee69a377135e;hpb=89d6330bbedf84f2425bc4fe885e2a909bad4731;p=swftools.git diff --git a/lib/as3/ok/finally.as b/lib/as3/ok/finally.as index d45d49c..f614c2b 100644 --- a/lib/as3/ok/finally.as +++ b/lib/as3/ok/finally.as @@ -54,7 +54,7 @@ package { } catch(e:Error) { x=1; } finally { - x*=2; + x++; } if(x==2) trace("ok 6/9"); @@ -91,6 +91,7 @@ package { test_exception(); test_exception2(); test_exception3(); + trace("[exit]"); } } }