JS backend: fixed using the stable mangling for extra cases.

This commit is contained in:
Zalim Bashorov
2014-02-03 23:06:25 +04:00
parent 2fe5f63924
commit bc273ddd75
4 changed files with 232 additions and 6 deletions
@@ -113,6 +113,10 @@ public class FunctionTest extends AbstractExpressionTest {
fooBoxTest();
}
public void testMangling() throws Exception {
checkFooBoxIsOk();
}
public void testManglingStability() throws Exception {
checkFooBoxIsOk();
}