| Index: test/mjsunit/compiler/simple-inlining.js
|
| diff --git a/test/mjsunit/compiler/simple-inlining.js b/test/mjsunit/compiler/simple-inlining.js
|
| index 8bd37eae20af727a3fc664f10b54fed2e44129c7..e02e8487be5d7f82613b180f6200b5c953ec4905 100644
|
| --- a/test/mjsunit/compiler/simple-inlining.js
|
| +++ b/test/mjsunit/compiler/simple-inlining.js
|
| @@ -129,7 +129,7 @@ function TestInlineThisXY(o) {
|
| }
|
| }
|
|
|
| -var o6 = {y:42}
|
| +var o6 = {y:42};
|
| var o5 = {e:o6};
|
| o5.h = function() { return this.e.y; };
|
| for (var i = 0; i < 5; i++) TestInlineThisXY(o5);
|
|
|