summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSathya Gunasekaran <gsathya.ceg@gmail.com>2018-02-22 18:55:13 -0800
committerLeo Balter <leonardo.balter@gmail.com>2018-02-22 21:55:13 -0500
commit476ebcebf1b3e4053b3f25c48cc0cd209db78287 (patch)
tree7aae8bc918e990b065c1389661906f9555f5dc12
parent7882fbfae3f927911368c8b1d17ea8e4c022c816 (diff)
downloadqtdeclarative-testsuites-476ebcebf1b3e4053b3f25c48cc0cd209db78287.tar.gz
Remove whitespace between Literal and BigIntLiteralSuffix (#1452)
-rw-r--r--test/built-ins/Object/setPrototypeOf/bigint.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Object/setPrototypeOf/bigint.js b/test/built-ins/Object/setPrototypeOf/bigint.js
index f10b06f16..e3a3fceda 100644
--- a/test/built-ins/Object/setPrototypeOf/bigint.js
+++ b/test/built-ins/Object/setPrototypeOf/bigint.js
@@ -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);