mirror of
https://github.com/tc39/test262.git
synced 2025-07-28 16:34:27 +02:00
Correct typo in expected value
This commit is contained in:
parent
6e2a29417a
commit
375cf1a40c
@ -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";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user