aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-12-s.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/converted/chapter10/10.1/10.1.1/10.1.1-12-s.js')
-rw-r--r--test/suite/converted/chapter10/10.1/10.1.1/10.1.1-12-s.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-12-s.js b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-12-s.js
index c75cd0b16..02b7a1862 100644
--- a/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-12-s.js
+++ b/test/suite/converted/chapter10/10.1/10.1.1/10.1.1-12-s.js
@@ -29,4 +29,4 @@ function testcase() {
eval("var public = 1; 'use strict'; var anotherVariableNotReserveWord = 2;");
return public === 1 && anotherVariableNotReserveWord === 2;
}
-assertTrue(testcase.call(this));
+runTestCase(testcase);