[svn:parrot] r43488 - trunk/t/pmc

plobsing at svn.parrot.org plobsing at svn.parrot.org
Wed Jan 20 00:18:11 UTC 2010


Author: plobsing
Date: Wed Jan 20 00:18:10 2010
New Revision: 43488
URL: https://trac.parrot.org/parrot/changeset/43488

Log:
fix TODOed null filehandle test

Modified:
   trunk/t/pmc/io.t

Modified: trunk/t/pmc/io.t
==============================================================================
--- trunk/t/pmc/io.t	Wed Jan 20 00:13:25 2010	(r43487)
+++ trunk/t/pmc/io.t	Wed Jan 20 00:18:10 2010	(r43488)
@@ -665,15 +665,14 @@
 sub_3: 345
 OUTPUT
 
-pir_output_like(
-    <<'CODE', <<'OUT', 'read on null PMC throws exception', todo => 'not yet implemented TT #433' );
+pir_error_output_like( <<'CODE', <<'OUT', 'read on null PMC throws exception');
 .sub main :main
     null $P1
     $S0 = read $P1, 1
     end
 .end
 CODE
-/some crazy exception/
+/read from null/
 OUT
 
 ($FOO, $temp_file) = create_tempfile( UNLINK => 1 );


More information about the parrot-commits mailing list