Author: allison
Date: Thu Nov 27 20:16:40 2008
New Revision: 33293

Modified:
   branches/pdd22io_part2/t/pmc/io.t

Log:
[pdd22io] Cannot write to file 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 20:16:40 2008
@@ -348,7 +348,7 @@
 OUTPUT
 
 pasm_output_is( <<"CODE", <<'OUTPUT', 'open and close' );
-   open P1, "$temp_file"
+   open P1, "$temp_file", "w"
    print P1, "Hello, World!\\n"
    close P1
    say "done"
@@ -384,7 +384,7 @@
 Parrot overwrites
 OUTPUT
 
-pasm_output_is( <<"CODE", '', "PIO_flush on buffer full" );
+pasm_output_is( <<"CODE", '', "Parrot_io_flush on buffer full" );
    set I0, 0
    set I1, 10000
 

Reply via email to