Update test/built-ins/TypedArray/prototype/forEach/callbackfn-detachbuffer.js

Co-authored-by: Ross Kirsling <rkirsling@gmail.com>
This commit is contained in:
Rick Waldron 2020-10-21 20:14:28 -04:00
parent a60a67ea88
commit 0001489473
1 changed files with 1 additions and 1 deletions

View File

@ -36,5 +36,5 @@ testWithTypedArrayConstructors(function(TA) {
loops++;
});
assert.sameValue(loops, 1);
assert.sameValue(loops, 2);
});