mirror of
https://github.com/tc39/test262.git
synced 2025-07-21 13:04:39 +02:00
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…
x
Reference in New Issue
Block a user