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

bacek at svn.parrot.org bacek at svn.parrot.org
Tue Sep 14 06:01:09 UTC 2010


Author: bacek
Date: Tue Sep 14 06:01:09 2010
New Revision: 48993
URL: https://trac.parrot.org/parrot/changeset/48993

Log:
Untodo test for TT #1791

Modified:
   trunk/t/op/string_cs.t

Modified: trunk/t/op/string_cs.t
==============================================================================
--- trunk/t/op/string_cs.t	Tue Sep 14 05:59:22 2010	(r48992)
+++ trunk/t/op/string_cs.t	Tue Sep 14 06:01:09 2010	(r48993)
@@ -87,7 +87,7 @@
 hello(10): ucs2
 OUTPUT
 
-pir_output_is( <<'CODE', <<OUTPUT, "empty literal encoding persistence - TT #1791", todo => 'TT #1791' );
+pir_output_is( <<'CODE', <<OUTPUT, "empty literal encoding persistence - TT #1791");
 .sub main
     load_bytecode 't/op/testlib/test_strings.pbc'
     $P0 = 'get_empties'()


More information about the parrot-commits mailing list