You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/es6/ES6TypedArrayExtensions.js
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -106,11 +106,11 @@ var tests = [
106
106
assert.isTrue(typedArrayPrototype===Float32Array.prototype.__proto__,"All TypedArray prototypes have their [[prototype]] slot set to the %TypedArrayPrototype% intrinsic");
107
107
assert.isTrue(typedArrayPrototype===Float64Array.prototype.__proto__,"All TypedArray prototypes have their [[prototype]] slot set to the %TypedArrayPrototype% intrinsic");
0 commit comments