JS backend: add several RegressionMergeEcmaTests

This commit is contained in:
Erokhin Stanislav
2013-08-30 20:54:03 +04:00
parent 6400946fc6
commit 05d61c1c5a
3 changed files with 92 additions and 0 deletions
@@ -60,6 +60,15 @@ public class RegressionMergeEcmaTest extends SingleFileTranslationTest {
checkFooBoxIsOk();
}
public void testIsClassSupport() throws Exception {
checkFooBoxIsOk();
}
//TODO
public void TestCrazyExtension() throws Exception {
checkFooBoxIsOk();
}
public void testOverloadFun() throws Exception {
checkFooBoxIsOk();
}