JS backend: simplify and rename tests for closure in nested functions.

This commit is contained in:
Zalim Bashorov
2013-07-22 18:58:08 +04:00
parent 462e1bdc98
commit e8b95ca074
5 changed files with 68 additions and 58 deletions
@@ -36,11 +36,11 @@ public final class ClosureTest extends SingleFileTranslationTest {
fooBoxTest();
}
public void testLocalParameterInLocalNamedFunction() throws Exception {
fooBoxTest();
public void testClosureInNestedFunctions() throws Exception {
checkFooBoxIsOk();
}
public void testObjectAsConstructorParameter() throws Exception {
public void testClosureInNestedFunctionsWhichMixedWithObject() throws Exception {
fooBoxTest();
}
}