Skip to content

Commit

Permalink
Remove an unreachable statement
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed Aug 31, 2024
1 parent 9b12207 commit 9fe9120
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion t/PerlbrewTestHelpers.pm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ sub stderr_like (&$;$) {
sub stdout_from (&) {
my ($cb) = @_;
return join "", map { $_->details } grep { $_->tag eq 'STDOUT' } ioevents_from($cb);
my $events = intercept { $cb->() };
}

sub stdout_is (&$;$) {
Expand Down

0 comments on commit 9fe9120

Please sign in to comment.