summaryrefslogtreecommitdiff
path: root/test/built-ins/Error
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Error')
-rw-r--r--test/built-ins/Error/prototype/S15.11.4_A3.js2
-rw-r--r--test/built-ins/Error/prototype/S15.11.4_A4.js2
2 files changed, 0 insertions, 4 deletions
diff --git a/test/built-ins/Error/prototype/S15.11.4_A3.js b/test/built-ins/Error/prototype/S15.11.4_A3.js
index 97973f18c..e514df09a 100644
--- a/test/built-ins/Error/prototype/S15.11.4_A3.js
+++ b/test/built-ins/Error/prototype/S15.11.4_A3.js
@@ -5,8 +5,6 @@
info: Since Error prototype object is not function it has no [[Call]] method
es5id: 15.11.4_A3
description: Checking if call of Error prototype as a function fails
-includes:
- - Test262Error.js
---*/
//////////////////////////////////////////////////////////////////////////////
diff --git a/test/built-ins/Error/prototype/S15.11.4_A4.js b/test/built-ins/Error/prototype/S15.11.4_A4.js
index 9a74e57a4..751033a83 100644
--- a/test/built-ins/Error/prototype/S15.11.4_A4.js
+++ b/test/built-ins/Error/prototype/S15.11.4_A4.js
@@ -5,8 +5,6 @@
info: Since Error prototype object is not function it has no [[Construct]] method
es5id: 15.11.4_A4
description: Checking if creating "new Error.prototype" fails
-includes:
- - Test262Error.js
---*/
//////////////////////////////////////////////////////////////////////////////