aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-18.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-18.js')
-rw-r--r--test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-18.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-18.js b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-18.js
index 170ddf989..f01fd6098 100644
--- a/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-18.js
+++ b/test/suite/converted/chapter15/15.4/15.4.4/15.4.4.15/15.4.4.15-5-18.js
@@ -29,4 +29,4 @@ function testcase() {
return [0, NaN, targetObj, 3, false].lastIndexOf(targetObj, "2E0") === 2 &&
[0, NaN, 3, targetObj, false].lastIndexOf(targetObj, "2E0") === -1;
}
-assertTrue(testcase.call(this));
+runTestCase(testcase);