[svn:parrot] r41331 - branches/kill_jit/t/compilers/imcc/syn

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Fri Sep 18 00:58:00 UTC 2009


Author: jkeenan
Date: Fri Sep 18 00:57:59 2009
New Revision: 41331
URL: https://trac.parrot.org/parrot/changeset/41331

Log:
Removing a TODO condition on a test.  (Was able to do same in trunk yesterday.)

Modified:
   branches/kill_jit/t/compilers/imcc/syn/macro.t

Modified: branches/kill_jit/t/compilers/imcc/syn/macro.t
==============================================================================
--- branches/kill_jit/t/compilers/imcc/syn/macro.t	Fri Sep 18 00:42:04 2009	(r41330)
+++ branches/kill_jit/t/compilers/imcc/syn/macro.t	Fri Sep 18 00:57:59 2009	(r41331)
@@ -326,8 +326,7 @@
 /End of file reached/
 OUTPUT
 
-my @todo = (($^O =~ /darwin/i) ? (todo => 'Darwin segfault -- RT #60926') : ());
-pir_error_output_like( <<'CODE', <<'OUTPUT', 'unterminated macro 2', @todo );
+pir_error_output_like( <<'CODE', <<'OUTPUT', 'unterminated macro 2', );
 .sub test :main
 .macro M(A, B)
   print .A


More information about the parrot-commits mailing list