mirror of https://github.com/python/cpython.git
Fix obvious typo in threaded test.
This commit is contained in:
parent
d544df7ddd
commit
b3e6e8c895
|
@ -846,7 +846,7 @@ def test_threading(self):
|
||||||
th2.start()
|
th2.start()
|
||||||
|
|
||||||
self.finish1.wait()
|
self.finish1.wait()
|
||||||
self.finish1.wait()
|
self.finish2.wait()
|
||||||
return
|
return
|
||||||
|
|
||||||
if threading is None:
|
if threading is None:
|
||||||
|
|
Loading…
Reference in New Issue