summaryrefslogtreecommitdiff
path: root/test/built-ins/Math/round/S15.8.2.15_A7.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Math/round/S15.8.2.15_A7.js')
-rw-r--r--test/built-ins/Math/round/S15.8.2.15_A7.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Math/round/S15.8.2.15_A7.js b/test/built-ins/Math/round/S15.8.2.15_A7.js
index ad26e408e..ed92c8bf5 100644
--- a/test/built-ins/Math/round/S15.8.2.15_A7.js
+++ b/test/built-ins/Math/round/S15.8.2.15_A7.js
@@ -21,7 +21,7 @@ if (1 / Math.round(-0.5) !== 1 / -0) {
// CHECK#2
if (1 / Math.round(-0.25) !== 1 / -0) {
- $ERROR("#2: '1 / Math.round(-0.25) !== 1 / -0'");
+ $ERROR("#2: '1 / Math.round(-0.25) !== 1 / -0'");
}
// CHECK#3