Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix changed gist
  • Loading branch information
lizmat committed Jan 12, 2015
1 parent 93081cd commit d0f0a18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions S06-signature/types.t
Expand Up @@ -18,9 +18,9 @@ dies_ok { g('m') }, 'type check forbids bad implicitreturn';

#RT #77158
{
ok :(Int).perl eq ':(Int)',
ok :(Int).perl eq ':(Int $)',
"RT #77158 Doing .perl on an :(Int)";
ok :(Array of Int).perl eq ':(Array[Int])',
ok :(Array of Int).perl eq ':(Array[Int] $)',
"RT #77158 Doing .perl on an :(Array of Int)";
}

Expand Down

0 comments on commit d0f0a18

Please sign in to comment.