JS backend: make MutableMap.set as function intrinsic.

Fixed test WebDemoExamples2Test#builder.
This commit is contained in:
develar
2013-08-06 17:24:48 +04:00
committed by Zalim Bashorov
parent 63a72b1095
commit f1c258f601
5 changed files with 55 additions and 31 deletions
@@ -33,9 +33,7 @@ public final class WebDemoExamples2Test extends SingleFileTranslationTest {
performTestWithMain("life", "", "2");
}
//TODO: fails because it need code from stdlib
@SuppressWarnings("UnusedDeclaration")
public void _testBuilder() throws Exception {
public void testBuilder() throws Exception {
performTestWithMain("builder", "");
performTestWithMain("builder", "1", "over9000");
}