mirror of https://github.com/tc39/test262.git
Remove whitespace between Literal and BigIntLiteralSuffix (#1452)
This commit is contained in:
parent
7882fbfae3
commit
476ebcebf1
|
@ -13,4 +13,4 @@ try {
|
|||
$ERROR('Expected RequireObjectCoercible to succeed for BigInt values');
|
||||
}
|
||||
|
||||
assert.sameValue(Object.setPrototypeOf(0n, null), 0 n);
|
||||
assert.sameValue(Object.setPrototypeOf(0n, null), 0n);
|
||||
|
|
Loading…
Reference in New Issue