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

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 17:36:30 UTC 2009


Author: jkeenan
Date: Sat Nov 21 17:36:29 2009
New Revision: 42726
URL: https://trac.parrot.org/parrot/changeset/42726

Log:
Delete part of test message referring to closed RT #45859.

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

Modified: trunk/t/compilers/imcc/syn/regressions.t
==============================================================================
--- trunk/t/compilers/imcc/syn/regressions.t	Sat Nov 21 17:34:57 2009	(r42725)
+++ trunk/t/compilers/imcc/syn/regressions.t	Sat Nov 21 17:36:29 2009	(r42726)
@@ -105,7 +105,7 @@
 /(?s:Null PMC access in get_bool.*current instr.*:(4|-1)\))/
 OUT
 
-pir_error_output_like( <<'CODE', <<'OUT', 'bare method names not allowed (RT #45859)');
+pir_error_output_like( <<'CODE', <<'OUT', 'bare method names not allowed');
 .sub foo :main
   $P0 = new 'String'
   $P0 = 'HI'


More information about the parrot-commits mailing list