aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/converted/chapter11/11.3/11.3.1/11.3.1-2-2-s.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/converted/chapter11/11.3/11.3.1/11.3.1-2-2-s.js')
-rw-r--r--test/suite/converted/chapter11/11.3/11.3.1/11.3.1-2-2-s.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/converted/chapter11/11.3/11.3.1/11.3.1-2-2-s.js b/test/suite/converted/chapter11/11.3/11.3.1/11.3.1-2-2-s.js
index 5e1d48c8e..300a02fda 100644
--- a/test/suite/converted/chapter11/11.3/11.3.1/11.3.1-2-2-s.js
+++ b/test/suite/converted/chapter11/11.3/11.3.1/11.3.1-2-2-s.js
@@ -35,4 +35,4 @@ function testcase() {
return e instanceof SyntaxError && blah === eval;
}
}
-assertTrue(testcase.call(this));
+runTestCase(testcase);