mirror of https://github.com/tc39/test262.git
Update test/built-ins/TypedArray/prototype/forEach/callbackfn-detachbuffer.js
Co-authored-by: Ross Kirsling <rkirsling@gmail.com>
This commit is contained in:
parent
a60a67ea88
commit
0001489473
|
@ -36,5 +36,5 @@ testWithTypedArrayConstructors(function(TA) {
|
|||
loops++;
|
||||
});
|
||||
|
||||
assert.sameValue(loops, 1);
|
||||
assert.sameValue(loops, 2);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue