Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mark tests for RT #75114 (augment class (Str|Int))
  • Loading branch information
Fitz Elliott committed Jan 22, 2011
1 parent 000e905 commit 4c37943
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S12-class/open.t
Expand Up @@ -37,7 +37,7 @@ is $x.in_Something, 'ab', 'basic OO sanity';
}

# now try to extend "core" types

# RT #75114
{
augment class Str {
method mydouble {
Expand All @@ -48,6 +48,7 @@ is $x.in_Something, 'ab', 'basic OO sanity';
is 'aBc'.mydouble, 'ABCabc', 'can extend Str';
}

# RT #75114
{
augment class Int {
method triple { self * 3 }
Expand Down

0 comments on commit 4c37943

Please sign in to comment.