| Index: test/mjsunit/compiler/inline-arguments.js
|
| diff --git a/test/mjsunit/compiler/inline-arguments.js b/test/mjsunit/compiler/inline-arguments.js
|
| index 572340ab6b9f2fbfa64c47a3f210ddf184683bda..0d49d295a186af6f7f51776f330f4825930fa251 100644
|
| --- a/test/mjsunit/compiler/inline-arguments.js
|
| +++ b/test/mjsunit/compiler/inline-arguments.js
|
| @@ -158,8 +158,6 @@ test_toarr(toarr1);
|
| test_toarr(toarr2);
|
|
|
| // Test that arguments access from inlined function uses correct values.
|
| -// TODO(mstarzinger): Tests disabled, see bug 2261
|
| -/*
|
| (function () {
|
| function inner(x, y) {
|
| "use strict";
|
| @@ -204,4 +202,3 @@ test_toarr(toarr2);
|
| %OptimizeFunctionOnNextCall(outer);
|
| assertEquals(2, outer(1, 2));
|
| })();
|
| -*/
|
|
|