Changeset 21171

Show
Ignore:
Timestamp:
07/03/08 09:34:53 (3 months ago)
Author:
moritz
Message:

[spec] unfudged a passing test, autounfudge++

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • t/spec/S02-builtin_data_types/type.t

    r21013 r21171  
    4444 
    4545# L<S02/Parameter types/Parameters may be given types, just like any other variable> 
    46 #?rakudo skip "type checking bug" 
    4746{ 
    4847    sub paramtype (Int $i) {return $i+1}