diff options
author | Guido van Rossum <guido@python.org> | 1996-12-09 21:37:33 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-12-09 21:37:33 (GMT) |
commit | 6c832ebfe9fd3b1e2aa51e133c781c0fbe030d9f (patch) | |
tree | 6535b0b83985828f251fd89c746ced33d9078b91 /Lib/test | |
parent | 2919eaaf081564461a3d751929b2d9fcc924231e (diff) | |
download | cpython-6c832ebfe9fd3b1e2aa51e133c781c0fbe030d9f.zip cpython-6c832ebfe9fd3b1e2aa51e133c781c0fbe030d9f.tar.gz cpython-6c832ebfe9fd3b1e2aa51e133c781c0fbe030d9f.tar.bz2 |
Added test_array output line.
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/testall.out | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/testall.out b/Lib/test/testall.out index 1655c89..b487b70 100644 --- a/Lib/test/testall.out +++ b/Lib/test/testall.out @@ -165,4 +165,5 @@ sqrt tan tanh test_time +test_array Passed all tests. |