Index: test/mjsunit/get-prototype-of.js |
diff --git a/test/mjsunit/get-prototype-of.js b/test/mjsunit/get-prototype-of.js |
index 0a43b4cc265be3d716b9e782c5583acd4a91c336..47edcb0a771123f03dbd275ccf20a3872f2d58bc 100644 |
--- a/test/mjsunit/get-prototype-of.js |
+++ b/test/mjsunit/get-prototype-of.js |
@@ -82,12 +82,12 @@ |
// DataView, |
Date, |
Error, |
- // Float32Array, prototype is %TypedArray% |
- // Float64Array, |
+ Float32Array, |
+ Float64Array, |
Function, |
- // Int16Array, |
- // Int32Array, |
- // Int8Array, |
+ Int16Array, |
+ Int32Array, |
+ Int8Array, |
Map, |
Number, |
Object, |
@@ -96,10 +96,10 @@ |
Set, |
String, |
// Symbol, not constructible |
- // Uint16Array, |
- // Uint32Array, |
- // Uint8Array, |
- // Uint8ClampedArray, |
+ Uint16Array, |
+ Uint32Array, |
+ Uint8Array, |
+ Uint8ClampedArray, |
WeakMap, |
WeakSet, |
]; |