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

NotFound at svn.parrot.org NotFound at svn.parrot.org
Thu Jun 18 19:00:44 UTC 2009


Author: NotFound
Date: Thu Jun 18 19:00:42 2009
New Revision: 39656
URL: https://trac.parrot.org/parrot/changeset/39656

Log:
[cage] put todo'ed test up to date with TT #767 changes

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

Modified: trunk/t/compilers/imcc/syn/errors.t
==============================================================================
--- trunk/t/compilers/imcc/syn/errors.t	Thu Jun 18 17:42:57 2009	(r39655)
+++ trunk/t/compilers/imcc/syn/errors.t	Thu Jun 18 19:00:42 2009	(r39656)
@@ -84,7 +84,7 @@
 pir_error_output_like( <<'END_PIR', <<'END_EXPECTED', 'no multiple .local, TT #767' );
 .sub main :main
   .local pmc p
-  .local pmc p
+  .local string p
 .end
 END_PIR
 /^error:imcc:syntax error, duplicated IDENTIFIER/


More information about the parrot-commits mailing list