| Index: test/mjsunit/harmony/reflect-get-prototype-of.js
|
| diff --git a/test/mjsunit/harmony/reflect-get-prototype-of.js b/test/mjsunit/harmony/reflect-get-prototype-of.js
|
| index 4dee91b61e1f7ba2cff914667f101503046de276..1ce86347df50d161ffe8ba54cd75e0a076790af8 100644
|
| --- a/test/mjsunit/harmony/reflect-get-prototype-of.js
|
| +++ b/test/mjsunit/harmony/reflect-get-prototype-of.js
|
| @@ -105,12 +105,12 @@
|
| // DataView,
|
| Date,
|
| Error,
|
| - // Float32Array, prototype is %TypedArray%
|
| - // Float64Array,
|
| + Float32Array,
|
| + Float64Array,
|
| Function,
|
| - // Int16Array,
|
| - // Int32Array,
|
| - // Int8Array,
|
| + Int16Array,
|
| + Int32Array,
|
| + Int8Array,
|
| Map,
|
| Number,
|
| Object,
|
| @@ -119,10 +119,10 @@
|
| Set,
|
| String,
|
| // Symbol, not constructible
|
| - // Uint16Array,
|
| - // Uint32Array,
|
| - // Uint8Array,
|
| - // Uint8ClampedArray,
|
| + Uint16Array,
|
| + Uint32Array,
|
| + Uint8Array,
|
| + Uint8ClampedArray,
|
| WeakMap,
|
| WeakSet,
|
| ];
|
|
|