diff options
author | Barry Warsaw <barry@python.org> | 1996-12-16 23:42:56 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1996-12-16 23:42:56 (GMT) |
commit | ac3acc2b482d13a4d5c0a07018114d56cbf08e30 (patch) | |
tree | 313695e12e18784ee8425dd7b5fecdb3e49962af | |
parent | af0a1a65308eee025c2a25d218d3de48de4d6a83 (diff) | |
download | cpython-ac3acc2b482d13a4d5c0a07018114d56cbf08e30.zip cpython-ac3acc2b482d13a4d5c0a07018114d56cbf08e30.tar.gz cpython-ac3acc2b482d13a4d5c0a07018114d56cbf08e30.tar.bz2 |
(test_thread): output from thread test
-rw-r--r-- | Lib/test/output/test_thread | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/test/output/test_thread b/Lib/test/output/test_thread new file mode 100644 index 0000000..d49651d --- /dev/null +++ b/Lib/test/output/test_thread @@ -0,0 +1,6 @@ +test_thread +waiting for all tasks to complete +all tasks done + +*** Barrier Test *** +all tasks done |