Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rschupp committed Apr 3, 2018
1 parent 36de975 commit cec332c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/80-doublecolon.t
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ plan tests => 2 * (keys %expected);
while (my ($M, $exp) = each %expected)
{
my $exe = pp_ok(-I => "t", -M => $M,
-e => q[print qq[testing 'pp -M Foo::\n]]);
-e => q[print qq[testing 'pp -M Foo::' and variants\n]]);

my $zip = Archive::Zip->new();
$zip->read($exe) == AZ_OK or die "can't read $exe as a zip file";
Expand Down

0 comments on commit cec332c

Please sign in to comment.