Author: allison
Date: Thu Nov 27 19:32:38 2008
New Revision: 33290
Modified:
branches/pdd22io_part2/t/pmc/io.t
Log:
[pdd22io] Test is wrong, you can't write to a filehandle that's been opened
read-only.
Modified: branches/pdd22io_part2/t/pmc/io.t
==============================================================================
--- branches/pdd22io_part2/t/pmc/io.t (original)
+++ branches/pdd22io_part2/t/pmc/io.t Thu Nov 27 19:32:38 2008
@@ -297,7 +297,7 @@
new P0, 'String'
set P0, "Bar\\n"
- open P1, "$temp_file"
+ open P1, "$temp_file", "w"
print P1, I0
print P1, N0
print P1, S0