summaryrefslogtreecommitdiff
path: root/python/testSrc/com/jetbrains/python/refactoring/PyIntroduceVariableTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'python/testSrc/com/jetbrains/python/refactoring/PyIntroduceVariableTest.java')
-rw-r--r--python/testSrc/com/jetbrains/python/refactoring/PyIntroduceVariableTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/testSrc/com/jetbrains/python/refactoring/PyIntroduceVariableTest.java b/python/testSrc/com/jetbrains/python/refactoring/PyIntroduceVariableTest.java
index f2117977cbf3..33a191f2b9a0 100644
--- a/python/testSrc/com/jetbrains/python/refactoring/PyIntroduceVariableTest.java
+++ b/python/testSrc/com/jetbrains/python/refactoring/PyIntroduceVariableTest.java
@@ -245,6 +245,8 @@ public class PyIntroduceVariableTest extends PyIntroduceTestCase {
}
}
+ public void testSelectionBreaksBinaryOperator() {doTest();}
+
private void doTestCannotPerform() {
boolean thrownExpectedException = false;
try {