aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/converted/chapter07/7.3/7.3-1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/converted/chapter07/7.3/7.3-1.js')
-rw-r--r--test/suite/converted/chapter07/7.3/7.3-1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/converted/chapter07/7.3/7.3-1.js b/test/suite/converted/chapter07/7.3/7.3-1.js
index 2cc7f2070..d1ebdc365 100644
--- a/test/suite/converted/chapter07/7.3/7.3-1.js
+++ b/test/suite/converted/chapter07/7.3/7.3-1.js
@@ -28,4 +28,4 @@ function testcase() {
eval("var test\u2028prop = 66;");
return prop === 66 && !this.hasOwnProperty("test") && typeof test === "undefined";
}
-assertTrue(testcase.call(this));
+runTestCase(testcase);