[svn:parrot] r43063 - trunk/t/op

fperrad at svn.parrot.org fperrad at svn.parrot.org
Tue Dec 15 10:31:25 UTC 2009


Author: fperrad
Date: Tue Dec 15 10:31:24 2009
New Revision: 43063
URL: https://trac.parrot.org/parrot/changeset/43063

Log:
[t] fix the use of PIR todo

Modified:
   trunk/t/op/io.t

Modified: trunk/t/op/io.t
==============================================================================
--- trunk/t/op/io.t	Tue Dec 15 10:27:11 2009	(r43062)
+++ trunk/t/op/io.t	Tue Dec 15 10:31:24 2009	(r43063)
@@ -136,7 +136,7 @@
     .return ()
 
   open_pipe_for_writing_todoed:
-    todo(1, 'Unimplemented in this platform, TT #661')
+    todo(0, 'Unimplemented in this platform, TT #661')
 
 .end
 


More information about the parrot-commits mailing list