JS backend: fixed AbstractCollection#equals.

Disabled test IteratorsTest::takeExtractsTheFirstNElements
This commit is contained in:
develar
2013-08-08 19:51:49 +04:00
committed by Zalim Bashorov
parent 411caef8ce
commit 4e07c60541
4 changed files with 74 additions and 9 deletions
@@ -64,4 +64,8 @@ public final class ArrayListTest extends JavaClassesTest {
}
}
public void testMisc() throws Exception {
fooBoxTest();
}
}