summaryrefslogtreecommitdiff
path: root/test/built-ins/Math/round/S15.8.2.15_A5.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Math/round/S15.8.2.15_A5.js')
-rw-r--r--test/built-ins/Math/round/S15.8.2.15_A5.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Math/round/S15.8.2.15_A5.js b/test/built-ins/Math/round/S15.8.2.15_A5.js
index 8c0fff3b7..0447ef01c 100644
--- a/test/built-ins/Math/round/S15.8.2.15_A5.js
+++ b/test/built-ins/Math/round/S15.8.2.15_A5.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'");
}