aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-a-3.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-a-3.js')
-rw-r--r--test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-a-3.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-a-3.js b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-a-3.js
index ef94ad76e..6ff2ffa77 100644
--- a/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-a-3.js
+++ b/test/suite/converted/chapter11/11.1/11.1.5/11.1.5_4-4-a-3.js
@@ -35,4 +35,4 @@ function testcase() {
var o = eval("({foo:0,foo:1});");
return o.foo===1;
}
-assertTrue(testcase.call(this));
+runTestCase(testcase);