Skip to content

Commit

Permalink
Merge pull request #499 from FCO/master
Browse files Browse the repository at this point in the history
Fix macosx supply test
  • Loading branch information
lizmat committed Nov 26, 2018
2 parents 8e72602 + 5b9bfe3 commit 8fc2cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S17-supply/watch-path.t
Expand Up @@ -35,7 +35,7 @@ sub macosx (:$io-path) {
my $s = (
$io-path ?? $base-path.IO.watch !! IO::Notification.watch-path: $base-path
).grep({.path.IO.basename eq $filename}).unique;
isa-ok $s ~~ Supply, 'Did we get a Supply?';
isa-ok $s, Supply, 'Did we get a Supply?';

my @seen;
my $check-event = -> \change { flunk 'not setup yet'; };
Expand Down

0 comments on commit 8fc2cfa

Please sign in to comment.