non-working break

This commit is contained in:
Dmitry Jemerov
2011-04-01 18:56:18 +02:00
parent 230c6efe99
commit 74daf3dd79
4 changed files with 52 additions and 24 deletions
@@ -150,6 +150,10 @@ public class NamespaceGenTest extends LightCodeInsightFixtureTestCase {
factorialTest("doWhile.jet");
}
public void testBreak() throws Exception {
factorialTest("break.jet");
}
private void factorialTest(final String name) throws IllegalAccessException, InvocationTargetException {
loadFile(name);