JS backend: make MutableMap.set as function intrinsic.
Fixed test WebDemoExamples2Test#builder.
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user