Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Oops, some premature fixes slipped in
  • Loading branch information
lizmat committed Sep 18, 2013
1 parent bc14b79 commit fecf003
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion S02-names-vars/varnames.t
Expand Up @@ -20,7 +20,7 @@ eval_dies_ok 'my $fo:o::b:ar = "bla"', "var names can't have colons in their nam
#?pugs skip "Can't modify constant item: VObject"
{
class MyMatch {
method at_pos($x) {
method postcircumfix:<[ ]>($x) {
"foo$x";
}
}
Expand Down
2 changes: 1 addition & 1 deletion S13-overloading/operators.t
Expand Up @@ -23,7 +23,7 @@ plan 4;
#?pugs todo
{
class A does Associative {
method at_key(*@ix) {
method postcircumfix:<{ }>(*@ix) {
return @ix
}
};
Expand Down

0 comments on commit fecf003

Please sign in to comment.