Removed downto cases from JS backend tests (to be restored, see KT-2586)

This commit is contained in:
Evgeny Gerashchenko
2012-08-07 22:06:43 +04:00
parent 3dfb510a62
commit e14a612699
3 changed files with 1 additions and 19 deletions
@@ -49,11 +49,7 @@ public final class RangeTest extends SingleFileTranslationTest {
fooBoxTest();
}
public void testIntDownTo() throws Exception {
fooBoxTest();
}
public void testUpToDownToDoNotIterate() throws Exception {
public void testUpToDoesNotIterate() throws Exception {
fooBoxTest();
}
}