Skip to content

Commit

Permalink
[t/spec] indent lines in composition.t to not confuse the fudge script
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.pugscode.org/pugs@24879 c213334d-75ef-0310-aa23-eaa082d1ae64
  • Loading branch information
moritz committed Jan 11, 2009
1 parent 86dbfdc commit 975b429
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions S12-role/composition.t
Expand Up @@ -50,15 +50,15 @@ is $y.mB2, 'mB2', 'Can call mixed in method (two roles) 4';

#?rakudo skip 'RT #62200'
{
class D1 does rA {
method mA1 {
'D1.mA1';
class D1 does rA {
method mA1 {
'D1.mA1';
}
}
}

my $z = D1.new();
my $z = D1.new();

is $z.mA1, 'D1.mA1', 'Can override method in a role with method in a class';
is $z.mA1, 'D1.mA1', 'Can override method in a role with method in a class';
}

# vim: syn=perl6

0 comments on commit 975b429

Please sign in to comment.