| Index: test/mjsunit/es6/symbols.js
|
| diff --git a/test/mjsunit/es6/symbols.js b/test/mjsunit/es6/symbols.js
|
| index ceb11f1dd6cc3bbed4447432c96cfa3978476aef..9bac41f863ad11d70c6443b5e7f88369fc53f9e4 100644
|
| --- a/test/mjsunit/es6/symbols.js
|
| +++ b/test/mjsunit/es6/symbols.js
|
| @@ -86,6 +86,7 @@ TestPrototype()
|
|
|
|
|
| function TestConstructor() {
|
| + assertEquals(0, Symbol.length);
|
| assertSame(Function.prototype, Symbol.__proto__)
|
| assertFalse(Object === Symbol.prototype.constructor)
|
| assertFalse(Symbol === Object.prototype.constructor)
|
|
|