aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-2-s.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/converted/chapter11/11.13/11.13.1/11.13.1-2-s.js')
-rw-r--r--test/suite/converted/chapter11/11.13/11.13.1/11.13.1-2-s.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-2-s.js b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-2-s.js
index 9f8099dbf..b526aa0ef 100644
--- a/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-2-s.js
+++ b/test/suite/converted/chapter11/11.13/11.13.1/11.13.1-2-s.js
@@ -44,4 +44,4 @@ function testcase() {
return e instanceof TypeError && obj.prop === 11;
}
}
-assertTrue(testcase.call(this));
+runTestCase(testcase);