summaryrefslogtreecommitdiff
path: root/test/built-ins/Object/defineProperties/15.2.3.7-5-b-214.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Object/defineProperties/15.2.3.7-5-b-214.js')
-rw-r--r--test/built-ins/Object/defineProperties/15.2.3.7-5-b-214.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-214.js b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-214.js
index f6a75522d..862bac611 100644
--- a/test/built-ins/Object/defineProperties/15.2.3.7-5-b-214.js
+++ b/test/built-ins/Object/defineProperties/15.2.3.7-5-b-214.js
@@ -7,10 +7,8 @@ description: >
Object.defineProperties - 'descObj' is the Arguments object which
implements its own [[Get]] method to get 'get' property (8.10.5
step 7.a)
-includes: [runTestCase.js]
---*/
-function testcase() {
var obj = {};
var func = function (a, b) {
@@ -25,6 +23,4 @@ function testcase() {
return obj.property === "arguments";
};
- return func();
- }
-runTestCase(testcase);
+assert(func(), 'func() !== true');