Changeset 22941 for t

Show
Ignore:
Timestamp:
11/09/08 21:32:53 (2 months ago)
Author:
moritz
Message:

[t/spec] silence a bogus success report for rakudo.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S04-declarations/my.t

    r22151 r22941  
    2424    my $ret = 42; 
    2525    lives_ok { $ret = my($x) ~ $x }, 'my() variable is visible (1)'; 
     26    #?rakudo skip 'test dependency' 
    2627    is $ret, "",                     'my() variable is visible (2)'; 
    2728}