summaryrefslogtreecommitdiff
path: root/test/built-ins/RegExp/S15.10.4.1_A7_T1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/RegExp/S15.10.4.1_A7_T1.js')
-rw-r--r--test/built-ins/RegExp/S15.10.4.1_A7_T1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/RegExp/S15.10.4.1_A7_T1.js b/test/built-ins/RegExp/S15.10.4.1_A7_T1.js
index f9f2b87cf..e4d0d102e 100644
--- a/test/built-ins/RegExp/S15.10.4.1_A7_T1.js
+++ b/test/built-ins/RegExp/S15.10.4.1_A7_T1.js
@@ -17,5 +17,5 @@ RegExp.prototype.indicator = 1;
//CHECK#1
if (__re.indicator !== 1) {
- $ERROR('#1: __re = new RegExp; RegExp.prototype.indicator = 1; __re.indicator === 1. Actual: ' + (__re.indicator));
+ $ERROR('#1: __re = new RegExp; RegExp.prototype.indicator = 1; __re.indicator === 1. Actual: ' + (__re.indicator));
}