aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/converted/chapter15/15.7/15.7.3/15.7.3.1/15.7.3.1-2.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/converted/chapter15/15.7/15.7.3/15.7.3.1/15.7.3.1-2.js')
-rw-r--r--test/suite/converted/chapter15/15.7/15.7.3/15.7.3.1/15.7.3.1-2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/converted/chapter15/15.7/15.7.3/15.7.3.1/15.7.3.1-2.js b/test/suite/converted/chapter15/15.7/15.7.3/15.7.3.1/15.7.3.1-2.js
index 6c480262d..78378bd93 100644
--- a/test/suite/converted/chapter15/15.7/15.7.3/15.7.3.1/15.7.3.1-2.js
+++ b/test/suite/converted/chapter15/15.7/15.7.3/15.7.3.1/15.7.3.1-2.js
@@ -28,4 +28,4 @@ function testcase() {
// assume that Number.prototype has not been modified.
return Object.getPrototypeOf(new Number(42))===Number.prototype;
}
-assertTrue(testcase.call(this));
+runTestCase(testcase);