[perl #50920] [BUG]: t/compilers/imcc/syn/macro.t failing
James Keenan via RT
bugs-parrot-track at netlabs.develooper.com
Sun Dec 21 01:23:09 UTC 2008
This test began to pass and was un-TODOed by chromatic last month.
svn diff -r 33055:33354 t/compilers/imcc/syn/macro.t
Index: t/compilers/imcc/syn/macro.t
===================================================================
--- t/compilers/imcc/syn/macro.t (revision 33055)
+++ t/compilers/imcc/syn/macro.t (revision 33354)
@@ -466,7 +466,7 @@
CODE
OUTPUT
-pir_error_output_like( <<'CODE', <<'OUTPUT', 'invalid label syntax',
todo => 'RT #47978, RT #51104');
+pir_error_output_like( <<'CODE', <<'OUTPUT', 'invalid label syntax' );
.sub test :main
.macro m()
.local $iter_loop:
r33354 | chromatic | 2008-11-29 17:39:16 -0500 (Sat, 29 Nov 2008) | 2 lines
[t] UnTODOed the test case which now passes as of the IMCC read_macro()
fix in
r33353.
The changes that did the fix may be seen here:
http://www.parrotvm.org/svn/parrot/revision?rev=33353
Marking ticket resolved.
kid5t1
More information about the parrot-dev
mailing list