Skip to content

Commit

Permalink
Unfudge for niecza.
Browse files Browse the repository at this point in the history
  • Loading branch information
colomon committed Oct 18, 2012
1 parent ed4fe0e commit 4379a07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S02-types/parcel.t
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ is +<5 7 8>, 3, 'prefix:<+> on an angle bracket Parcel';
is ~<5 7 8>, '5 7 8', 'prefix:<~> on an angle bracket Parcel';
is <5 7 8>.Str, '5 7 8', '.Str on an angle bracket Parcel';

#?niecza 3 skip 'Unable to resolve method Array in class Parcel'
isa_ok (5, 7, 8).Array, Array, '.Array returns an array';
is (5, 7, 8).Array, [5,7,8], '.Array contains the right items';
is (5, 7, 8).Array.elems, 3, '.Array contains the right number of elements';
Expand Down

0 comments on commit 4379a07

Please sign in to comment.