Skip to content

Commit

Permalink
Remove no longer needed canary test
Browse files Browse the repository at this point in the history
Should have been removed with the previous commit 94857d4.
  • Loading branch information
usev6 committed Jul 15, 2021
1 parent 94857d4 commit 4389ed4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions integration/gather-with-loops.t
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,10 @@ use Test;
use lib $?FILE.IO.parent(2).add("packages/Test-Helpers");
use Test::Util;

plan 22;
plan 21;

# https://github.com/rakudo/rakudo/issues/3634

## canary test to notice that bug is fixed
is_run q[gather for ^1 { take 42; last }],
{ status => 0, err => '', out => ''},
'golfed code does not blow up';

## last in loop
{
my $res = gather loop { take 42; last };
Expand Down

0 comments on commit 4389ed4

Please sign in to comment.