summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_xreadline
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2001-01-09 23:26:39 (GMT)
committerTim Peters <tim.peters@gmail.com>2001-01-09 23:26:39 (GMT)
commit58c82f0b56e79e1682018dbb22fa1afd4f67a464 (patch)
treed4fd55851b0c48994847cba74aab34bb50777094 /Lib/test/output/test_xreadline
parent675e1d0a0dc4b55a63b2d70ed4e501d2a222bb46 (diff)
downloadcpython-58c82f0b56e79e1682018dbb22fa1afd4f67a464.zip
cpython-58c82f0b56e79e1682018dbb22fa1afd4f67a464.tar.gz
cpython-58c82f0b56e79e1682018dbb22fa1afd4f67a464.tar.bz2
Assorted xreadlines problems:
Wasn't built on Windows; not in config.c either. Module init function missing DL_EXPORT magic. test_xreadline output file obviously wrong (started w/ "test_xrl"). test program very unclear about what was expected.
Diffstat (limited to 'Lib/test/output/test_xreadline')
-rw-r--r--Lib/test/output/test_xreadline8
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/test/output/test_xreadline b/Lib/test/output/test_xreadline
index 217bca0..2b84210 100644
--- a/Lib/test/output/test_xreadline
+++ b/Lib/test/output/test_xreadline
@@ -1,4 +1,4 @@
-test_xrl
-AttributeError
-TypeError
-RuntimeError xreadlines object accessed out of order
+test_xreadline
+AttributeError (expected)
+TypeError (expected)
+RuntimeError (expected): xreadlines object accessed out of order