summaryrefslogtreecommitdiff
path: root/test/built-ins/RegExp/prototype/test/S15.10.6.3_A2_T2.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/RegExp/prototype/test/S15.10.6.3_A2_T2.js')
-rw-r--r--test/built-ins/RegExp/prototype/test/S15.10.6.3_A2_T2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/RegExp/prototype/test/S15.10.6.3_A2_T2.js b/test/built-ins/RegExp/prototype/test/S15.10.6.3_A2_T2.js
index ab12ae41c..e3f540e24 100644
--- a/test/built-ins/RegExp/prototype/test/S15.10.6.3_A2_T2.js
+++ b/test/built-ins/RegExp/prototype/test/S15.10.6.3_A2_T2.js
@@ -14,7 +14,7 @@ var __instance = Math;
__instance.test = RegExp.prototype.test;
//CHECK#1
-try {
+try {
__instance.test("message to investigate");
$ERROR('#1.1: __instance = Math; __instance.test = RegExp.prototype.test; __instance.test("message to investigate")');
} catch (e) {