mirror of https://github.com/tc39/test262.git
fix copypaste error
This commit is contained in:
parent
dafde72971
commit
781388bddf
|
@ -17,7 +17,7 @@ testCoercibleToIndexZero(function(zero) {
|
||||||
});
|
});
|
||||||
|
|
||||||
testCoercibleToIndexOne(function(one) {
|
testCoercibleToIndexOne(function(one) {
|
||||||
assert.sameValue(BigInt.asUintN(one, 1n), 0n);
|
assert.sameValue(BigInt.asUintN(one, 1n), 1n);
|
||||||
});
|
});
|
||||||
|
|
||||||
testCoercibleToIndexFromIndex(3, function(three) {
|
testCoercibleToIndexFromIndex(3, function(three) {
|
||||||
|
|
Loading…
Reference in New Issue