summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_itertools.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_itertools.py')
-rw-r--r--Lib/test/test_itertools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_itertools.py b/Lib/test/test_itertools.py
index 54e46e1..e4c29ad 100644
--- a/Lib/test/test_itertools.py
+++ b/Lib/test/test_itertools.py
@@ -652,7 +652,7 @@ class RegressionTests(unittest.TestCase):
hist.append(0)
yield 1
hist.append(1)
- assert False
+ raise AssertionError
hist.append(2)
def gen2(x):