Chromium Code Reviews| Index: test/mjsunit/try-finally-nested.js |
| diff --git a/test/mjsunit/try-finally-nested.js b/test/mjsunit/try-finally-nested.js |
| index c05f96a9ebb3097985f2f7b257917bf7a6c9f160..9ad12e315d0f0f48ac823ae451ec6261d9e08f86 100644 |
| --- a/test/mjsunit/try-finally-nested.js |
| +++ b/test/mjsunit/try-finally-nested.js |
| @@ -41,6 +41,6 @@ function f() { |
| assertTrue(executed, "finally block executed"); |
| } |
| return 87; |
| -}; |
| +} |
| assertEquals(42, f()); |