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
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}