summaryrefslogtreecommitdiff
path: root/test/built-ins/String/prototype/match/S15.5.4.10_A6.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/String/prototype/match/S15.5.4.10_A6.js')
-rw-r--r--test/built-ins/String/prototype/match/S15.5.4.10_A6.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/String/prototype/match/S15.5.4.10_A6.js b/test/built-ins/String/prototype/match/S15.5.4.10_A6.js
index e7b44f13f..e2f257c4b 100644
--- a/test/built-ins/String/prototype/match/S15.5.4.10_A6.js
+++ b/test/built-ins/String/prototype/match/S15.5.4.10_A6.js
@@ -10,7 +10,7 @@ description: Checking String.prototype.match.prototype
//////////////////////////////////////////////////////////////////////////////
//CHECK#1
if (String.prototype.match.prototype !== undefined) {
- $ERROR('#1: String.prototype.match.prototype === undefined. Actual: '+String.prototype.match.prototype );
+ $ERROR('#1: String.prototype.match.prototype === undefined. Actual: ' + String.prototype.match.prototype);
}
//
//////////////////////////////////////////////////////////////////////////////