summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-07-10 15:06:06 +0000
committerGuido van Rossum <guido@python.org>2000-07-10 15:06:06 +0000
commit1bbddd085c54b5f8d57af3f96d2e33c33e34e23e (patch)
tree019d3d29f59057c949e4ae02533df9d4938439eb
parent964f1233467f68edd888d703ee572ac70196d177 (diff)
downloadcpython-git-1bbddd085c54b5f8d57af3f96d2e33c33e34e23e.tar.gz
Added the line 'Testing UTF-16 code point order comparisons... done."
to match addition to test_unicode.py.
-rw-r--r--Lib/test/output/test_unicode1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_unicode b/Lib/test/output/test_unicode
index 783a4860ab..87379cdbb9 100644
--- a/Lib/test/output/test_unicode
+++ b/Lib/test/output/test_unicode
@@ -1,5 +1,6 @@
test_unicode
Testing Unicode comparisons... done.
+Testing UTF-16 code point order comparisons... done.
Testing Unicode contains method... done.
Testing Unicode formatting strings... done.
Testing builtin codecs... done.