Skip to content

Commit

Permalink
Fix error in comment in t/01-sanity/09-types.t
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Apr 4, 2009
1 parent fb2752d commit 0e8b7a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/01-sanity/09-types.t
Expand Up @@ -26,5 +26,5 @@ sub typeof(::T $x) { return T }
# Stuff that goes crashy-crashy right now
#$num = 0;
#my Array of Int $intarray;
#($num == $int) && say 'ok 2';
#($str == $num) && say 'ok 3';
# ($num == $int) && say 'ok 2';
# ($str == $num) && say 'ok 3';

0 comments on commit 0e8b7a4

Please sign in to comment.