Chromium Code Reviews| Index: test/mjsunit/closure.js |
| diff --git a/test/mjsunit/closure.js b/test/mjsunit/closure.js |
| index b1460d39e6b556d344613831c5c057d4de0ad60c..cfe6d227cef0fd2b2b78492800e44f092dba8d6f 100644 |
| --- a/test/mjsunit/closure.js |
| +++ b/test/mjsunit/closure.js |
| @@ -28,7 +28,7 @@ |
| // This test is lifted an old bug (ic_context_bug.js). |
| function f(n) { |
| - return function () { return n; } |
| + return function () { return n; }; |
| } |
| for (var i = 0; i < 10; i++) { |