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