Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix QuantHash test
  • Loading branch information
FROGGS committed Oct 3, 2013
1 parent 9d973ed commit c7c53a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S02-types/declare.t
Expand Up @@ -284,7 +284,7 @@ plan 78;
#?pugs skip 'QuantHash'
{
my QuantHash $pamu;
isa_ok($pamu,QuantHash );
ok($pamu ~~ QuantHash, 'The object does QuantHash' );
}

#?pugs skip 'SetHash'
Expand Down

0 comments on commit c7c53a7

Please sign in to comment.