Chromium Code Reviews| Index: test/mjsunit/harmony/reflect-construct.js |
| diff --git a/test/mjsunit/harmony/reflect-construct.js b/test/mjsunit/harmony/reflect-construct.js |
| index 14f04b1a3ed16dc8efb54c48059fc6cce8ace746..efe9610f0b5d3a14e917903d35cdc976f9f2d39d 100644 |
| --- a/test/mjsunit/harmony/reflect-construct.js |
| +++ b/test/mjsunit/harmony/reflect-construct.js |
| @@ -295,8 +295,8 @@ |
| "Boolean", |
| ["DataView", [new ArrayBuffer()]], |
| "Date", |
| - // "Error", |
| - // "EvalError", |
| + "Error", |
| + "EvalError", |
| "Float32Array", |
| "Float64Array", |
| "Function", |
| @@ -308,19 +308,19 @@ |
| "Number", |
| "Object", |
| // "Promise", |
| - // "RangeError", |
| - // "ReferenceError", |
| + "RangeError", |
| + "ReferenceError", |
| "RegExp", |
| "Set", |
| "String", |
| - // "SyntaxError", |
| + "SyntaxError", |
| // %TypedArray%? |
| - // "TypeError", |
| + "TypeError", |
| "Uint8Array", |
| "Uint8ClampedArray", |
| "Uint16Array", |
| "Uint32Array", |
| - // "URIError", |
| + "URIError", |
| "WeakMap", |
| "WeakSet" |
| ]; |