failing tests for post-increment as statement

This commit is contained in:
Dmitry Jemerov
2011-04-14 18:26:02 +02:00
parent 1d01d519b9
commit 2711d3fcd7
2 changed files with 10 additions and 6 deletions
@@ -478,7 +478,7 @@ public class NamespaceGenTest extends LightCodeInsightFixtureTestCase {
assertTrue(hadException);
}
public void _testBottlesNeedToDistinguishExpressionsStatements() throws Exception {
public void testDecrementAsStatement() throws Exception {
loadFile("bottles.jet");
System.out.println(generateToText());
final Method main = generateFunction();