Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Proper test for #77750
  • Loading branch information
lizmat committed Aug 17, 2014
1 parent 6fefb63 commit 8487e75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S02-names-vars/names.t
Expand Up @@ -58,8 +58,7 @@ plan 142;
}

# RT #77750
#?rakudo todo 'dubious test - otherwise why is ::<$foo> allowed?'
eval_dies_ok '::.^methods', ':: is not a valid package';
is_deeply ::.^methods, PseudoStash.^methods, ':: is a valid PseudoStash';

# RT #63646
{
Expand Down

0 comments on commit 8487e75

Please sign in to comment.