summaryrefslogtreecommitdiff
path: root/test/built-ins/Math/round/S15.8.2.15_A4.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Math/round/S15.8.2.15_A4.js')
-rw-r--r--test/built-ins/Math/round/S15.8.2.15_A4.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Math/round/S15.8.2.15_A4.js b/test/built-ins/Math/round/S15.8.2.15_A4.js
index cfc81a02a..b5743303f 100644
--- a/test/built-ins/Math/round/S15.8.2.15_A4.js
+++ b/test/built-ins/Math/round/S15.8.2.15_A4.js
@@ -11,5 +11,5 @@ description: Checking if Math.round(x) is +Infinity, where x is +Infinity
var x = +Infinity;
if (Math.round(x) !== +Infinity)
{
- $ERROR("#1: 'var x=+Infinity; Math.round(x) !== +Infinity'");
+ $ERROR("#1: 'var x=+Infinity; Math.round(x) !== +Infinity'");
}