JS backend: fix root package initialize.

This commit is contained in:
Erokhin Stanislav
2013-09-03 17:10:06 +04:00
parent 05d61c1c5a
commit dcddd04a2f
5 changed files with 43 additions and 34 deletions
@@ -55,9 +55,8 @@ public class RegressionMergeEcmaTest extends SingleFileTranslationTest {
checkFooBoxIsOk();
}
//TODO
public void TestRootPackageValInit() throws Exception {
checkFooBoxIsOk();
public void testRootPackageValInit() throws Exception {
runFunctionOutputTest(DEFAULT_ECMA_VERSIONS, getTestName(true) + ".kt", "_", "box", "OK");
}
public void testIsClassSupport() throws Exception {