summaryrefslogtreecommitdiff
path: root/test/built-ins/RegExp/S15.10.2.6_A2_T8.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/RegExp/S15.10.2.6_A2_T8.js')
-rw-r--r--test/built-ins/RegExp/S15.10.2.6_A2_T8.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/RegExp/S15.10.2.6_A2_T8.js b/test/built-ins/RegExp/S15.10.2.6_A2_T8.js
index f4e7e3a55..bd7fefa60 100644
--- a/test/built-ins/RegExp/S15.10.2.6_A2_T8.js
+++ b/test/built-ins/RegExp/S15.10.2.6_A2_T8.js
@@ -13,5 +13,5 @@ var __executed = /^xxx/.test("yyyyy");
//CHECK#1
if (__executed) {
- $ERROR('#1: /^xxx/.test("yyyyy") === false');
+ $ERROR('#1: /^xxx/.test("yyyyy") === false');
}