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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Thu Sep 17 03:08:56 UTC 2009


Author: jkeenan
Date: Thu Sep 17 03:08:51 2009
New Revision: 41311
URL: https://trac.parrot.org/parrot/changeset/41311

Log:
NotFound++ solved the problem, so am un-TODO-ing the test.  Cf.:
http://rt.perl.org/rt3/Ticket/Update.html?id=60926.

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

Modified: trunk/t/compilers/imcc/syn/macro.t
==============================================================================
--- trunk/t/compilers/imcc/syn/macro.t	Wed Sep 16 23:13:30 2009	(r41310)
+++ trunk/t/compilers/imcc/syn/macro.t	Thu Sep 17 03:08:51 2009	(r41311)
@@ -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