Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unfudge some now-passing tests.
  • Loading branch information
jnthn committed Jan 10, 2013
1 parent 033cbc9 commit f493956
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions S14-roles/conflicts.t
Expand Up @@ -32,15 +32,12 @@ my $a;
ok(($a = General.new()), "basic class instantiation works");
is $a.shake("sentry"), "A", "conflict resolution works (1-1)";
is $was_in_general_shake, 1, "conflict resolution works (1-2)";
#?rakudo todo 'nom regression'
is $was_in_sentry_shake, 1, "conflict resolution works (1-3)";
# As usual, is instead of todo_is to avoid unexpected suceedings.
is $was_in_pet_shake, 0, "conflict resolution works (1-4)";
is $a.shake("pet"), "B", "conflict resolution works (2-1)";
is $was_in_general_shake, 2, "conflict resolution works (2-2)";
#?rakudo todo 'nom regression'
is $was_in_sentry_shake, 1, "conflict resolution works (2-3)";
#?rakudo todo 'nom regression'
is $was_in_pet_shake, 1, "conflict resolution works (2-4)";

# RT #111664
Expand Down

0 comments on commit f493956

Please sign in to comment.