summaryrefslogtreecommitdiff
path: root/tests/run-tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-tests')
-rwxr-xr-xtests/run-tests1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/run-tests b/tests/run-tests
index 4a2889497..cb920c094 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -267,7 +267,6 @@ def run_tests(pyb, tests, args):
# Some tests use unsupported features on Windows
if os.name == 'nt':
skip_tests.add('import/import_file.py') # works but CPython prints forward slashes
- skip_tests.add('cmdline/cmd_showbc.py') # fails on AppVeyor x86 builds
# Some tests are known to fail with native emitter
# Remove them from the below when they work