simplified one test case so that insert_finally_simple() is used
authorkramm <kramm>
Tue, 6 Jan 2009 21:28:57 +0000 (21:28 +0000)
committerkramm <kramm>
Tue, 6 Jan 2009 21:28:57 +0000 (21:28 +0000)
lib/as3/ok/finally.as

index d45d49c..7b4cc83 100644 (file)
@@ -54,7 +54,7 @@ package {
             } catch(e:Error) {
                 x=1;
             } finally {
-                x*=2;
+                x++;
             }
             if(x==2)
                 trace("ok 6/9");