Skip to content

Commit

Permalink
fixup! fixup! Convert dynamic_methods.t to use subtests
Browse files Browse the repository at this point in the history
  • Loading branch information
spazm committed Nov 1, 2020
1 parent aac2823 commit 3037102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/mojo/dynamic_methods.t
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sub BUILD_DYNAMIC {
my $package = ref $self;
Carp::croak qq{Can't locate object method "$method" via package "$package"};
};
};
}

package main;

Expand Down

0 comments on commit 3037102

Please sign in to comment.