summaryrefslogtreecommitdiff
path: root/test/built-ins/String/prototype/toUpperCase/S15.5.4.18_A1_T6.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/String/prototype/toUpperCase/S15.5.4.18_A1_T6.js')
-rw-r--r--test/built-ins/String/prototype/toUpperCase/S15.5.4.18_A1_T6.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/String/prototype/toUpperCase/S15.5.4.18_A1_T6.js b/test/built-ins/String/prototype/toUpperCase/S15.5.4.18_A1_T6.js
index 85fc4f0e3..43fb1fc12 100644
--- a/test/built-ins/String/prototype/toUpperCase/S15.5.4.18_A1_T6.js
+++ b/test/built-ins/String/prototype/toUpperCase/S15.5.4.18_A1_T6.js
@@ -12,7 +12,7 @@ Number.prototype.toUpperCase = String.prototype.toUpperCase;
//////////////////////////////////////////////////////////////////////////////
//CHECK#1
if ((Number.NEGATIVE_INFINITY).toUpperCase() !== "-INFINITY") {
- $ERROR('#1: Number.prototype.toUpperCase = String.prototype.toUpperCase; (Number.NEGATIVE_INFINITY).toUpperCase() === "-INFINITY". Actual: '+(Number.NEGATIVE_INFINITY).toUpperCase() );
+ $ERROR('#1: Number.prototype.toUpperCase = String.prototype.toUpperCase; (Number.NEGATIVE_INFINITY).toUpperCase() === "-INFINITY". Actual: ' + (Number.NEGATIVE_INFINITY).toUpperCase());
}
//
//////////////////////////////////////////////////////////////////////////////