Skip to content

Commit

Permalink
Update RT ticket number for the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Aug 8, 2016
1 parent b1ee76d commit 0ec9781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S04-blocks-and-statements/temp.t
Expand Up @@ -65,7 +65,7 @@ plan 40;
{
temp @array[42] = 42;
}
#?rakudo 2 skip 'RT #126447'
#?rakudo 2 skip 'RT #128544'
ok not @array[42]:exists,"temp() removed previously non-exitent element";
is @array.elems, 3, "temp() restored array has correct .elems";
}
Expand Down

0 comments on commit 0ec9781

Please sign in to comment.