aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/converted/chapter10/10.4/10.4.2/10.4.2.1-4-s.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/converted/chapter10/10.4/10.4.2/10.4.2.1-4-s.js')
-rw-r--r--test/suite/converted/chapter10/10.4/10.4.2/10.4.2.1-4-s.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/converted/chapter10/10.4/10.4.2/10.4.2.1-4-s.js b/test/suite/converted/chapter10/10.4/10.4.2/10.4.2.1-4-s.js
index 2cb2ddf6c..6a93f3c8f 100644
--- a/test/suite/converted/chapter10/10.4/10.4.2/10.4.2.1-4-s.js
+++ b/test/suite/converted/chapter10/10.4/10.4.2/10.4.2.1-4-s.js
@@ -30,4 +30,4 @@ function testcase() {
eval("'use strict'; function _10_4_2_1_4_fun(){}");
return typeof _10_4_2_1_4_fun === "undefined";
}
-assertTrue(testcase.call(this));
+runTestCase(testcase);