IndentifierCashTest#testUseVariableOfNameOfFunction uncommented.

This commit is contained in:
Pavel V. Talanov
2012-08-13 16:09:59 +04:00
parent 235aed0131
commit 8ec0f8af3f
@@ -22,7 +22,7 @@ public final class IdentifierClashTest extends AbstractExpressionTest {
super("identifierClash/"); super("identifierClash/");
} }
public void TODO_testUseVariableOfNameOfFunction() throws Exception { public void testUseVariableOfNameOfFunction() throws Exception {
fooBoxTest(); fooBoxTest();
} }