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