Skip to content

Commit

Permalink
Fix an overly-specific test.
Browse files Browse the repository at this point in the history
The message it was looking for is gone soon; throwing an exception on
asking for a type check causes too much pain.
  • Loading branch information
jnthn committed Apr 16, 2015
1 parent 410bcb4 commit de516e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion S02-names-vars/names.t
Expand Up @@ -145,7 +145,6 @@ throws_like {
# RT #75646
{
throws_like { my ::foo $x, say $x }, Exception,
message => 'Cannot type check against type variable foo',
'no Null PMC access when printing a variable typed as ::foo ';
}

Expand Down

0 comments on commit de516e7

Please sign in to comment.