summaryrefslogtreecommitdiff
path: root/test/built-ins/Math/exp/S15.8.2.8_A3.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Math/exp/S15.8.2.8_A3.js')
-rw-r--r--test/built-ins/Math/exp/S15.8.2.8_A3.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Math/exp/S15.8.2.8_A3.js b/test/built-ins/Math/exp/S15.8.2.8_A3.js
index 32054e3e6..6f8e4ca46 100644
--- a/test/built-ins/Math/exp/S15.8.2.8_A3.js
+++ b/test/built-ins/Math/exp/S15.8.2.8_A3.js
@@ -11,5 +11,5 @@ description: Checking if Math.exp(-0) is 1
var x = -0;
if (Math.exp(x) !== 1)
{
- $ERROR("#1: 'var x = -0; Math.exp(x) !== 1'");
+ $ERROR("#1: 'var x = -0; Math.exp(x) !== 1'");
}