Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in test description.
  • Loading branch information
pmurias committed Sep 9, 2013
1 parent 56ce7c4 commit 4cf1013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/nqp/61-mixin.t
Expand Up @@ -22,7 +22,7 @@ $obj_m.HOW.mixin($obj_m, TheRole);

ok(nqp::istype($obj_m, TheRole),"after mixing in a role the object is still the old type");

ok($obj_m.role_meth() eq "called role method", "role method mxied in");
ok($obj_m.role_meth() eq "called role method", "role method mixed in");

$obj_m.set_attr("stout");
ok($obj_m.get_attr() eq "stout", "attributes from role work properly");
Expand Down

0 comments on commit 4cf1013

Please sign in to comment.