aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-11-s.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-11-s.js')
-rw-r--r--test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-11-s.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-11-s.js b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-11-s.js
index f4f2aa014..826a16af4 100644
--- a/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-11-s.js
+++ b/test/suite/converted/chapter07/7.6/7.6.1/7.6.1.2/7.6.1.2-11-s.js
@@ -30,4 +30,4 @@ function testcase() {
var Implements = 1;
return Implements === 1;
}
-assertTrue(testcase.call(this));
+runTestCase(testcase);