diff options
author | Barry Warsaw <barry@python.org> | 1996-12-13 00:25:52 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 1996-12-13 00:25:52 (GMT) |
commit | e3c0170ba0fe56e7ebde3f51b909bc752e77986d (patch) | |
tree | 278583677bf776ba965acb643fc81740b62ae428 | |
parent | 27eb14d89479ff23b7f66b274e46993e386e7aa7 (diff) | |
download | cpython-e3c0170ba0fe56e7ebde3f51b909bc752e77986d.zip cpython-e3c0170ba0fe56e7ebde3f51b909bc752e77986d.tar.gz cpython-e3c0170ba0fe56e7ebde3f51b909bc752e77986d.tar.bz2 |
Output file for module struct test
-rw-r--r-- | Lib/test/output/test_struct | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/test/output/test_struct b/Lib/test/output/test_struct new file mode 100644 index 0000000..aefb30d --- /dev/null +++ b/Lib/test/output/test_struct @@ -0,0 +1,3 @@ +test_struct +inconsistent sizes +expected struct.error not caught |