aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-5-s.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-5-s.js')
-rw-r--r--test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-5-s.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-5-s.js b/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-5-s.js
index d812b20a3..fb702ebdd 100644
--- a/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-5-s.js
+++ b/test/suite/converted/chapter10/10.4/10.4.3/10.4.3-1-5-s.js
@@ -44,4 +44,4 @@ function testcase() {
return foo.call(foobar) === 'function' && bar.call(foobar) === 'function';
}
-assertTrue(testcase.call(this));
+runTestCase(testcase);