Commit 67880cc9 authored by Martin v. Löwis's avatar Martin v. Löwis

Issue #13183: Revert 0b53b70a40a0 (reenable test on windows)

parent bf6c1959
# A test suite for pdb; not very comprehensive at the moment.
import os
import imp
import pdb
import sys
......@@ -631,7 +631,6 @@ class PdbTestCase(unittest.TestCase):
self.assertNotIn(b'SyntaxError', stdout,
"Got a syntax error running test script under PDB")
@unittest.skipIf(os.name == 'nt', "temporarily disabled on Windows")
def test_issue13183(self):
script = """
from bar import bar
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment