[svn:parrot] r42750 - trunk/t/op

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Nov 21 18:04:22 UTC 2009


Author: jkeenan
Date: Sat Nov 21 18:04:21 2009
New Revision: 42750
URL: https://trac.parrot.org/parrot/changeset/42750

Log:
Change Rakudo RT queue reference to full link to avoid string 'RT'; remove part of test message referring to resolved RT 41583.

Modified:
   trunk/t/op/calling.t

Modified: trunk/t/op/calling.t
==============================================================================
--- trunk/t/op/calling.t	Sat Nov 21 18:02:04 2009	(r42749)
+++ trunk/t/op/calling.t	Sat Nov 21 18:04:21 2009	(r42750)
@@ -2433,7 +2433,7 @@
 /too many arguments passed\(1\) - 0 params expected/
 OUTPUT
 
-# See Rakudo RT http://rt.perl.org/rt3/Ticket/Display.html?id=62730
+# See Rakudo queue http://rt.perl.org/rt3/Ticket/Display.html?id=62730
 pir_output_is( <<'CODE', <<'OUTPUT', "named from register, not constant" );
 .sub 'main'
     $S0 = 'foo'
@@ -2460,7 +2460,7 @@
 42
 OUTPUT
 
-# See Rakudo RT #62730
+# See Rakudo queue http://rt.perl.org/rt3/Ticket/Display.html?id=62730
 pir_output_is( <<'CODE', <<'OUTPUT', "Handling :flat of emtpy arguments" );
 .sub 'main'
     $P0   = new ['Undef']
@@ -2480,7 +2480,7 @@
 Undef
 OUTPUT
 
-pir_output_is( <<'CODE', <<'OUTPUT', "Tailcall from vtable (Was RT #41583)" );
+pir_output_is( <<'CODE', <<'OUTPUT', "Tailcall from vtable" );
 
 .sub main :main
 $P1 = newclass "Foo"


More information about the parrot-commits mailing list