| Index: test/mjsunit/harmony/generators-runtime.js
|
| diff --git a/test/mjsunit/harmony/generators-runtime.js b/test/mjsunit/harmony/generators-runtime.js
|
| index b4e8f950e1358898d31d16beddd6e36da9228a30..7667deb7f631f3059c8288ad55ee0c60fdffa263 100644
|
| --- a/test/mjsunit/harmony/generators-runtime.js
|
| +++ b/test/mjsunit/harmony/generators-runtime.js
|
| @@ -84,7 +84,7 @@ function TestGeneratorObjectPrototype() {
|
| assertSame(GeneratorObjectPrototype,
|
| Object.getPrototypeOf((function*(){yield 1}).prototype));
|
|
|
| - var expected_property_names = ["next", "send", "throw", "constructor"];
|
| + var expected_property_names = ["next", "throw", "constructor"];
|
| var found_property_names =
|
| Object.getOwnPropertyNames(GeneratorObjectPrototype);
|
|
|
|
|