Chromium Code Reviews| Index: test/mjsunit/d8-os.js |
| diff --git a/test/mjsunit/d8-os.js b/test/mjsunit/d8-os.js |
| index 5640326856b9a11562078db3cd80f92203a4a988..c02bdccb2b36735a7c5790f8dcb923bbe6b05b3d 100644 |
| --- a/test/mjsunit/d8-os.js |
| +++ b/test/mjsunit/d8-os.js |
| @@ -44,7 +44,7 @@ function arg_error(str) { |
| function str_error(str) { |
| var e = new Object(); |
| - e.toString = function() { throw new Error("foo bar"); } |
| + e.toString = function() { throw new Error("foo bar"); }; |
| try { |
| eval(str); |
| } catch (exception) { |