summaryrefslogtreecommitdiffstats
path: root/t/100-collection.t
diff options
context:
space:
mode:
Diffstat (limited to 't/100-collection.t')
-rw-r--r--t/100-collection.t5
1 files changed, 0 insertions, 5 deletions
diff --git a/t/100-collection.t b/t/100-collection.t
index d128727..ed360fe 100644
--- a/t/100-collection.t
+++ b/t/100-collection.t
@@ -23,11 +23,6 @@ has foos => (
default => sub { [] },
);
-sub each_match {
- my $self = shift;
- Foo->each_match($self->foos, @_);
-}
-
sub first_match {
my $self = shift;
Foo->first_match($self->foos, @_);