summaryrefslogtreecommitdiffstats
path: root/Lib/test/regrtest.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-10-06 21:03:05 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-10-06 21:03:05 (GMT)
commit4e299c709be166d76dfcaa0fafefa5f6375a94bf (patch)
tree5d72d856ec9926e6df068ce795ccb623728bf4fa /Lib/test/regrtest.py
parentd8506df229631b34ed720bcf09df9ae9e32022d5 (diff)
downloadcpython-4e299c709be166d76dfcaa0fafefa5f6375a94bf.zip
cpython-4e299c709be166d76dfcaa0fafefa5f6375a94bf.tar.gz
cpython-4e299c709be166d76dfcaa0fafefa5f6375a94bf.tar.bz2
unbreak test_cprofile
Diffstat (limited to 'Lib/test/regrtest.py')
-rwxr-xr-xLib/test/regrtest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py
index 886395b..43794d2 100755
--- a/Lib/test/regrtest.py
+++ b/Lib/test/regrtest.py
@@ -1137,7 +1137,6 @@ class _ExpectedSkips:
# These are broken tests, for now skipped on every platform.
# XXX Fix these!
- self.expected.add('test_cProfile')
self.expected.add('test_nis')
# expected to be skipped on every platform, even Linux