From 00014894735c3bee62bed234594abf387ea0c57b Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Wed, 21 Oct 2020 20:14:28 -0400 Subject: [PATCH] Update test/built-ins/TypedArray/prototype/forEach/callbackfn-detachbuffer.js Co-authored-by: Ross Kirsling --- .../TypedArray/prototype/forEach/callbackfn-detachbuffer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/built-ins/TypedArray/prototype/forEach/callbackfn-detachbuffer.js b/test/built-ins/TypedArray/prototype/forEach/callbackfn-detachbuffer.js index 8c2fac6b6b..2d2936d4eb 100644 --- a/test/built-ins/TypedArray/prototype/forEach/callbackfn-detachbuffer.js +++ b/test/built-ins/TypedArray/prototype/forEach/callbackfn-detachbuffer.js @@ -36,5 +36,5 @@ testWithTypedArrayConstructors(function(TA) { loops++; }); - assert.sameValue(loops, 1); + assert.sameValue(loops, 2); });