Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure nogo's are repeatable
  • Loading branch information
lizmat committed Jul 6, 2015
1 parent 626f906 commit d2faa16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Any.pm
Expand Up @@ -844,7 +844,7 @@ sub SLICE_HUH(\SELF, @nogo, %d, %adv) {
fail X::Adverb::Slice.new(
:what(try { SELF.VAR.name } // SELF.WHAT.perl),
:unexpected(%d.keys.sort),
:@nogo,
:nogo(@nogo.sort),
);
} #SLICE_HUH

Expand Down

0 comments on commit d2faa16

Please sign in to comment.