JS backend: minor -- move test for KT-2388 to ClosureTest.

This commit is contained in:
Zalim Bashorov
2013-12-16 21:48:57 +04:00
parent c77a1b0fb9
commit ca4d347658
4 changed files with 6 additions and 27 deletions
@@ -68,4 +68,8 @@ public final class ClosureTest extends SingleFileTranslationTest {
public void igonre_testClosureLocalFunctionByInnerFunctionInConstrunctor() throws Exception {
checkFooBoxIsOk();
}
public void testClosureThisInConstructor() throws Exception {
fooBoxTest();
}
}
@@ -81,10 +81,6 @@ public final class NativeInteropTest extends SingleFileTranslationTest {
fooBoxTest();
}
public void testKt_2388() throws Exception {
fooBoxTest();
}
public void testKt2323() throws Exception {
fooBoxTest();
}