This commit is contained in:
Dmitry Jemerov
2011-11-25 17:56:17 +01:00
parent 62a76877a0
commit 6eb5664191
3 changed files with 5 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ public class PythonHighlightingTest extends PyTestCase {
}
public void testBreakOutsideOfLoop() {
doTest();
doTest(true, false);
}
public void testReturnOutsideOfFunction() {