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