aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/converted/chapter13/13.1/13.1-6-s.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/converted/chapter13/13.1/13.1-6-s.js')
-rw-r--r--test/suite/converted/chapter13/13.1/13.1-6-s.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/converted/chapter13/13.1/13.1-6-s.js b/test/suite/converted/chapter13/13.1/13.1-6-s.js
index ca0998e0d..66b8f91c0 100644
--- a/test/suite/converted/chapter13/13.1/13.1-6-s.js
+++ b/test/suite/converted/chapter13/13.1/13.1-6-s.js
@@ -39,4 +39,4 @@ function testcase() {
return e instanceof SyntaxError;
}
}
-assertTrue(testcase.call(this));
+runTestCase(testcase);