Removed downto cases from JS backend tests (to be restored, see KT-2586)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user