| Index: test/mjsunit/compiler/regress-inline-callfunctionstub.js
|
| diff --git a/test/mjsunit/compiler/regress-inline-callfunctionstub.js b/test/mjsunit/compiler/regress-inline-callfunctionstub.js
|
| index a39d26df0ed0141962358e665a488c6da5bb1a99..68af8d4596213faca67a7f09a8a467bf1f4c7001 100644
|
| --- a/test/mjsunit/compiler/regress-inline-callfunctionstub.js
|
| +++ b/test/mjsunit/compiler/regress-inline-callfunctionstub.js
|
| @@ -30,7 +30,7 @@
|
| // Test inlined of calls-as-function two levels deep.
|
| function f() { return 42; }
|
|
|
| -var o = {g : function () { return f(); } }
|
| +var o = {g : function () { return f(); } };
|
| function main(func) {
|
| var v=0;
|
| for (var i=0; i<1; i++) {
|
|
|