[svn:parrot] r46415 - trunk/t/compilers/imcc/syn

plobsing at svn.parrot.org plobsing at svn.parrot.org
Sat May 8 21:31:17 UTC 2010


Author: plobsing
Date: Sat May  8 21:31:17 2010
New Revision: 46415
URL: https://trac.parrot.org/parrot/changeset/46415

Log:
enable todoed TT1035 tests

Modified:
   trunk/t/compilers/imcc/syn/regressions.t

Modified: trunk/t/compilers/imcc/syn/regressions.t
==============================================================================
--- trunk/t/compilers/imcc/syn/regressions.t	Sat May  8 21:23:04 2010	(r46414)
+++ trunk/t/compilers/imcc/syn/regressions.t	Sat May  8 21:31:17 2010	(r46415)
@@ -51,7 +51,7 @@
 hello
 OUT
 
-pir_output_is( <<'CODE', <<'OUT', 'comments between .param(TT #1035)', todo => 'broken');
+pir_output_is( <<'CODE', <<'OUT', 'comments between .param(TT #1035)');
 .sub main :main
   comments(1,2)
 .end
@@ -79,7 +79,7 @@
 hello
 OUT
 
-pir_output_is( <<'CODE', <<'OUT', 'whitespace between .param(TT #1035)', todo => 'broken');
+pir_output_is( <<'CODE', <<'OUT', 'whitespace between .param(TT #1035)');
 .sub main :main
   comments(1,2)
 .end


More information about the parrot-commits mailing list