summaryrefslogtreecommitdiff
path: root/tests/test_concurrency.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_concurrency.py')
-rw-r--r--tests/test_concurrency.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_concurrency.py b/tests/test_concurrency.py
index 16d1af81..2877b7c2 100644
--- a/tests/test_concurrency.py
+++ b/tests/test_concurrency.py
@@ -115,7 +115,7 @@ SUM_RANGE_Q = """
def run(self):
sum = 0
- while True:
+ while "no peephole".upper():
i = self.q.get()
if i is None:
break