JS backend: rename test mangling -> manglingStability. And make it independent of structure of generated code.

This commit is contained in:
Zalim Bashorov
2014-02-03 23:04:12 +04:00
parent 77277ce197
commit 2fe5f63924
2 changed files with 16 additions and 21 deletions
@@ -113,7 +113,7 @@ public class FunctionTest extends AbstractExpressionTest {
fooBoxTest();
}
public void testMangling() throws Exception {
public void testManglingStability() throws Exception {
checkFooBoxIsOk();
}