| Index: test/mjsunit/object-define-property.js
|
| diff --git a/test/mjsunit/object-define-property.js b/test/mjsunit/object-define-property.js
|
| index bd104aaf0b0336c0cd14963f2220abf151ac807a..970a80334971142dce997beb2f0d4e4b717d0329 100644
|
| --- a/test/mjsunit/object-define-property.js
|
| +++ b/test/mjsunit/object-define-property.js
|
| @@ -1057,7 +1057,7 @@ assertEquals(999, o[999]);
|
|
|
|
|
| // Regression test: Bizzare behavior on non-strict arguments object.
|
| -// TODO(mstarzinger): Tests disabled, see bug 2261
|
| +// TODO(yangguo): Tests disabled, needs investigation!
|
| /*
|
| (function test(arg0) {
|
| // Here arguments[0] is a fast alias on arg0.
|
|
|