summaryrefslogtreecommitdiff
path: root/Lib/test/test_genexps.py
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-09-30 07:47:20 +0000
committerRaymond Hettinger <python@rcn.com>2004-09-30 07:47:20 +0000
commit5ea7e31076ad80af028d6cb0fa5d4e17f2b467fa (patch)
tree5a307e19aaad9cebe2aa63d94194fd3052581926 /Lib/test/test_genexps.py
parentf751fa61950c08424c369d32c42c978c492154bc (diff)
downloadcpython-git-5ea7e31076ad80af028d6cb0fa5d4e17f2b467fa.tar.gz
Improve test coverage.
Diffstat (limited to 'Lib/test/test_genexps.py')
-rw-r--r--Lib/test/test_genexps.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_genexps.py b/Lib/test/test_genexps.py
index c529e75bd9..ca5dd7dc31 100644
--- a/Lib/test/test_genexps.py
+++ b/Lib/test/test_genexps.py
@@ -121,7 +121,6 @@ Verify re-use of tuples (a side benefit of using genexps over listcomps)
0
-
########### Tests borrowed from or inspired by test_generators.py ############
Make a generator that acts like range()