commit | 589d6979ff2ef66fca2d8fa51404c369ca5e9250 | [log] [tgz] |
---|---|---|
author | Ben Murdoch <benm@google.com> | Wed Nov 30 16:04:58 2011 +0000 |
committer | Ben Murdoch <benm@google.com> | Fri Dec 02 17:28:30 2011 +0000 |
tree | 1d9032fcae9d18a05430a4ba9c14e5c635c4096e | |
parent | 69a99ed0b2b2ef69d393c371b03db3a98aaf880e [diff] [blame] |
Upgrade to V8 3.6 Merge V8 at 3.6.6.11 Simple merge required updates to makefiles only. Bug: 5688872 Change-Id: Ib38b7ffbcd409585f6cb6fccc59c767029cecc77
diff --git a/test/mjsunit/try.js b/test/mjsunit/try.js index 794860a..86afdf7 100644 --- a/test/mjsunit/try.js +++ b/test/mjsunit/try.js
@@ -250,7 +250,7 @@ } catch (o) { x--; } - } + } return x; } @@ -274,7 +274,7 @@ x--; } x--; // should not happen - } + } return x; }