JS backend: fixed intrinsic of the typed array factory methods(intArray etc).

This commit is contained in:
Zalim Bashorov
2013-07-23 19:34:26 +04:00
parent 1af35a6aff
commit d4bf98de97
5 changed files with 36 additions and 30 deletions
@@ -60,4 +60,8 @@ public final class StandardClassesTest extends SingleFileTranslationTest {
public void testArraysIterator() throws Exception {
fooBoxTest(failOnEcma5());
}
public void testArrayFactoryMethods() throws Exception {
checkFooBoxIsOk();
}
}