summaryrefslogtreecommitdiff
path: root/test/built-ins/RegExp/prototype/S15.10.6.1_A1_T1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/RegExp/prototype/S15.10.6.1_A1_T1.js')
-rw-r--r--test/built-ins/RegExp/prototype/S15.10.6.1_A1_T1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/RegExp/prototype/S15.10.6.1_A1_T1.js b/test/built-ins/RegExp/prototype/S15.10.6.1_A1_T1.js
index b01c39d27..1330fa46e 100644
--- a/test/built-ins/RegExp/prototype/S15.10.6.1_A1_T1.js
+++ b/test/built-ins/RegExp/prototype/S15.10.6.1_A1_T1.js
@@ -11,5 +11,5 @@ description: Compare RegExp.prototype.constructor with RegExp
//CHECK#1
if (RegExp.prototype.constructor !== RegExp) {
- $ERROR('#1: RegExp.prototype.constructor === RegExp. Actual: ' + (RegExp.prototype.constructor));
+ $ERROR('#1: RegExp.prototype.constructor === RegExp. Actual: ' + (RegExp.prototype.constructor));
}