Author: jonathan
Date: Wed Aug 20 13:30:50 2008
New Revision: 30397

Modified:
   branches/lazyrakudo/languages/perl6/src/classes/List.pir

Log:
[rakudo] Make us able to actually run spectest_regression. Lots of issues to 
address, since we currently have massive fail: Failed 74/123 test scripts. 
1447/2839 subtests failed.

Modified: branches/lazyrakudo/languages/perl6/src/classes/List.pir
==============================================================================
--- branches/lazyrakudo/languages/perl6/src/classes/List.pir    (original)
+++ branches/lazyrakudo/languages/perl6/src/classes/List.pir    Wed Aug 20 
13:30:50 2008
@@ -198,6 +198,10 @@
     .return (value)
 .end
 
+.sub 'shift_string' :vtable
+    $P0 = shift self
+    .return ($P0)
+.end
 
 
 =item C<list()>

Reply via email to