Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix a wonky test.
  • Loading branch information
jnthn committed Feb 8, 2012
1 parent 45d427d commit 8de5275
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S04-declarations/constant.t
Expand Up @@ -78,13 +78,12 @@ use Test;
is ConstantTest2::yak, 'shaving', 'constant can be explicitly "our"-scoped';
}

#?rakudo todo "probably can't parse yet"
#?niecza skip 'Unable to resolve method postcircumfix:<( )> in class Any'
{
package ConstantTest3 {
my constant yak = 'shaving';
}
ok !ConstantTest3::yak.defined, 'constant can be explicitly "my"-scoped';
dies_ok { ConstantTest3::yak }, 'constant can be explicitly "my"-scoped';
}

#?rakudo skip 'COMPILING'
Expand Down

0 comments on commit 8de5275

Please sign in to comment.