Skip to content

Commit dd820a9

Browse files
committed
Re-enable crasher
1 parent fb6dcca commit dd820a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_pdb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2085,7 +2085,6 @@ def test_issue42383(self):
20852085
expected = '(Pdb) The correct file was executed'
20862086
self.assertEqual(stdout.split('\n')[6].rstrip('\r'), expected)
20872087

2088-
@unittest.skip("test crashes, see gh-94215")
20892088
def test_gh_94215_crash(self):
20902089
script = """\
20912090
def func():

0 commit comments

Comments
 (0)