Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make sure Match.make doesn't containerize, smls++
Fixes #125269
  • Loading branch information
lizmat committed May 28, 2015
1 parent d841d4e commit 0a0051c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Match.pm
Expand Up @@ -82,7 +82,7 @@ my class Match is Capture is Cool {
}

method make(Match:D: Mu \made) {
$!made = made;
$!made := made;
nqp::bindattr(
nqp::decont(self.CURSOR),
Cursor,
Expand Down

0 comments on commit 0a0051c

Please sign in to comment.