Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix test to conform to the B() to (B) change.
  • Loading branch information
colomon committed Mar 5, 2013
1 parent 79de2c6 commit 6aab7ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S14-roles/namespaced.t
Expand Up @@ -16,7 +16,7 @@ role A::B {

#?rakudo todo 'nom regression'
#?pugs todo
is(A::B.WHAT.gist, 'B()', 'A::B.WHAT stringifies to short name B');
is(A::B.WHAT.gist, '(B)', 'A::B.WHAT stringifies to short name B');

class X does A::B {
}
Expand Down

0 comments on commit 6aab7ad

Please sign in to comment.