Skip to content
Snippets Groups Projects
Commit 476ebceb authored by Sathya Gunasekaran's avatar Sathya Gunasekaran Committed by Leo Balter
Browse files

Remove whitespace between Literal and BigIntLiteralSuffix (#1452)

parent 7882fbfa
No related branches found
No related tags found
No related merge requests found
...@@ -13,4 +13,4 @@ try { ...@@ -13,4 +13,4 @@ try {
$ERROR('Expected RequireObjectCoercible to succeed for BigInt values'); $ERROR('Expected RequireObjectCoercible to succeed for BigInt values');
} }
assert.sameValue(Object.setPrototypeOf(0n, null), 0 n); assert.sameValue(Object.setPrototypeOf(0n, null), 0n);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment