Kaydet (Commit) b3e6e8c8 authored tarafından Thomas Wouters's avatar Thomas Wouters

Fix obvious typo in threaded test.

üst d544df7d
...@@ -846,7 +846,7 @@ class DecimalUseOfContextTest(unittest.TestCase): ...@@ -846,7 +846,7 @@ class DecimalUseOfContextTest(unittest.TestCase):
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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment