Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix copy-pasta in test; lucasb++.
  • Loading branch information
jnthn committed Jul 18, 2015
1 parent f0dcafa commit 03d13c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S12-attributes/class.t
Expand Up @@ -137,7 +137,7 @@ is_run(
'useless our $.a accessor method generation error contains useful enough hints'
);
is_run(
'our $.a',
'my $.a',
{ err => -> $o { $o ~~ /:i useless/ && $o ~~ /:i accessor/ } },
'useless my $.a accessor method generation error contains useful enough hints'
);
Expand Down

0 comments on commit 03d13c1

Please sign in to comment.