JS backend: simplify and rename tests for closure in nested functions.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user