Correct typo in expected value

This commit is contained in:
Mike Pennisi 2021-07-26 14:59:59 -04:00 committed by Rick Waldron
parent 6e2a29417a
commit 375cf1a40c

View File

@ -45,7 +45,7 @@ testWithTypedArrayConstructors(function(TA) {
var expected; var expected;
try { try {
ab.resize(BPE * 2); ab.resize(BPE * 2);
expected = "false,false,false,false,falsex"; expected = "false,false,false,false,false";
} catch (_) { } catch (_) {
expected = "true,true,false,false,false"; expected = "true,true,false,false,false";
} }