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