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