git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89d6330
)
simplified one test case so that insert_finally_simple() is used
author
kramm
<kramm>
Tue, 6 Jan 2009 21:28:57 +0000
(21:28 +0000)
committer
kramm
<kramm>
Tue, 6 Jan 2009 21:28:57 +0000
(21:28 +0000)
lib/as3/ok/finally.as
patch
|
blob
|
history
diff --git
a/lib/as3/ok/finally.as
b/lib/as3/ok/finally.as
index
d45d49c
..
7b4cc83
100644
(file)
--- 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");