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