diff --git a/test/built-ins/TypedArrayConstructors/internals/HasProperty/resizable-array-buffer-fixed.js b/test/built-ins/TypedArrayConstructors/internals/HasProperty/resizable-array-buffer-fixed.js index 41c6e4bf5d..175688252b 100644 --- a/test/built-ins/TypedArrayConstructors/internals/HasProperty/resizable-array-buffer-fixed.js +++ b/test/built-ins/TypedArrayConstructors/internals/HasProperty/resizable-array-buffer-fixed.js @@ -45,7 +45,7 @@ testWithTypedArrayConstructors(function(TA) { var expected; try { ab.resize(BPE * 2); - expected = "false,false,false,false,falsex"; + expected = "false,false,false,false,false"; } catch (_) { expected = "true,true,false,false,false"; }