Skip to content

Commit

Permalink
Update test/built-ins/TypedArray/prototype/forEach/callbackfn-detachb…
Browse files Browse the repository at this point in the history
…uffer.js

Co-authored-by: Ross Kirsling <rkirsling@gmail.com>
  • Loading branch information
rwaldron and rkirsling committed Oct 22, 2020
1 parent a60a67e commit 0001489
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ testWithTypedArrayConstructors(function(TA) {
loops++;
});

assert.sameValue(loops, 1);
assert.sameValue(loops, 2);
});

0 comments on commit 0001489

Please sign in to comment.