aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch15/15.10/15.10.4/S15.10.4.1_A3_T2.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch15/15.10/15.10.4/S15.10.4.1_A3_T2.js')
-rw-r--r--test/suite/ch15/15.10/15.10.4/S15.10.4.1_A3_T2.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/suite/ch15/15.10/15.10.4/S15.10.4.1_A3_T2.js b/test/suite/ch15/15.10/15.10.4/S15.10.4.1_A3_T2.js
index 5a55a5564..2a5825ee1 100644
--- a/test/suite/ch15/15.10/15.10.4/S15.10.4.1_A3_T2.js
+++ b/test/suite/ch15/15.10/15.10.4/S15.10.4.1_A3_T2.js
@@ -10,11 +10,6 @@
__re = new RegExp(void 0);
-//CHECK#1
-if (__re.source !== "") {
- $ERROR('#1: __re = new RegExp(void 0); __re.source === "". Actual: '+ (__re.source));
-}
-
//CHECK#2
if (__re.multiline !== false) {
$ERROR('#2: __re = new RegExp(void 0); __re.multiline === false. Actual: ' + (__re.multiline));