JS backend: fixed intrinsic of the typed array factory methods(intArray etc).
This commit is contained in:
@@ -60,4 +60,8 @@ public final class StandardClassesTest extends SingleFileTranslationTest {
|
||||
public void testArraysIterator() throws Exception {
|
||||
fooBoxTest(failOnEcma5());
|
||||
}
|
||||
|
||||
public void testArrayFactoryMethods() throws Exception {
|
||||
checkFooBoxIsOk();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user