Skip to content

Commit

Permalink
Fixed #2613
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Feb 8, 2019
1 parent 1f004dc commit b3eb382
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ script:

branches:
only:
- issue_2657
- master
- /smoke-me/

notifications:
Expand Down
2 changes: 1 addition & 1 deletion src/Perl6/Metamodel/RoleContainer.nqp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ role Perl6::Metamodel::RoleContainer {
has @!roles_to_compose;

method add_role($obj, $role) {
@!roles_to_compose[+@!roles_to_compose] := $role
@!roles_to_compose[+@!roles_to_compose] := nqp::decont($role)
}

method roles_to_compose($obj) {
Expand Down

0 comments on commit b3eb382

Please sign in to comment.