| Index: test/mjsunit/es6/symbols.js
|
| diff --git a/test/mjsunit/es6/symbols.js b/test/mjsunit/es6/symbols.js
|
| index d502a836816b9d7730d73fbe6b24f306bd418d41..38338575a06b376d47f4d130bc71ec41caaf2e72 100644
|
| --- a/test/mjsunit/es6/symbols.js
|
| +++ b/test/mjsunit/es6/symbols.js
|
| @@ -441,8 +441,9 @@ TestGetOwnPropertySymbolsWithProto()
|
|
|
| function TestWellKnown() {
|
| var symbols = [
|
| + "hasInstance",
|
| // TODO(rossberg): reactivate once implemented.
|
| - // "hasInstance", "isConcatSpreadable", "isRegExp",
|
| + // "isConcatSpreadable", "isRegExp",
|
| "iterator", /* "toStringTag", */ "unscopables"
|
| ]
|
|
|
|
|