Skip to content

Commit 9be9e29

Browse files
committed
Remove case - test, keep only case +
1 parent 6a51383 commit 9be9e29

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

Lib/test/test_pyrepl/test_utils.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,6 @@ def test_gen_colors_keyword_highlighting(self):
132132
("+", "op"),
133133
],
134134
),
135-
(
136-
"case -1",
137-
[
138-
("case", "soft_keyword"),
139-
("-", "op"),
140-
],
141-
),
142135
]
143136
for code, expected_highlights in cases:
144137
with self.subTest(code=code):

0 commit comments

Comments
 (0)