Skip to content

Commit d573ecb

Browse files
committed
Remove a warning due to a bogus unused string.
1 parent c3b28cc commit d573ecb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

S17-supply/watch-path.t

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ given $*DISTRO.name {
2424
#==== specific tests from here
2525
sub macosx {
2626
plan 22;
27-
my $s = IO::Notification.watch-path('.').grep({.path eq $filename}).unique,
28-
'only about our file';
27+
my $s = IO::Notification.watch-path('.').grep({.path eq $filename}).unique;
2928
ok $s ~~ Supply, 'Did we get a Supply?';
3029

3130
my @seen;

0 commit comments

Comments
 (0)