mirror of https://github.com/tc39/test262.git
Fix test for TypedArray.prototype.forEach
This commit is contained in:
parent
ba3dacbe5a
commit
bc8ae6e0ae
|
@ -28,7 +28,7 @@ testWithTypedArrayConstructors(function(TA) {
|
|||
var called = 0;
|
||||
|
||||
var result1 = new TA().forEach(function() {
|
||||
calls++;
|
||||
called++;
|
||||
});
|
||||
|
||||
assert.sameValue(called, 0);
|
||||
|
|
Loading…
Reference in New Issue