mirror of https://github.com/tc39/test262.git
Correct typo in expected value
This commit is contained in:
parent
6e2a29417a
commit
375cf1a40c
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue