Chromium Code Reviews| Index: test/mjsunit/try.js |
| diff --git a/test/mjsunit/try.js b/test/mjsunit/try.js |
| index 86afdf7f0841b31aa664542f3d535ec187a5f228..36c23c264f5f2aef84b79b7a28951a2395a21e2d 100644 |
| --- a/test/mjsunit/try.js |
| +++ b/test/mjsunit/try.js |
| @@ -38,7 +38,7 @@ function CatchReturn(f, g) { |
| } |
| -var a = [Catch, CatchReturn] |
| +var a = [Catch, CatchReturn]; |
| for (var n in a) { |
| var c = a[n]; |
| assertEquals(1, c(function() { return 1; })); |