Skip to content

Commit

Permalink
Clean up noisy comments in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kentfredric committed Dec 14, 2015
1 parent 2f1b471 commit 833d955
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions t/string_long.t
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ use Data::Dump qw(pp);
use lib 't/lib';
use T::Grapheme qw/grapheme_str/;

# These have to be random strings because Data::Dump is smart enough to reverse
# "N" x $n back into a short expression!
{
note "dumped string would be >80 normally";

Expand Down
3 changes: 0 additions & 3 deletions t/string_short.t
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ use Data::Dump qw(pp);
use lib 't/lib';
use T::Grapheme qw/grapheme_str/;
{
# These have to be random strings because Data::Dump is smart enough to reverse
# "N" x $n back into a short expression!

note "dumped string would be 80 or less normally";

my $sub_long = grapheme_str( 80 - 2 ); # minus 2 because pp adds quotes.
Expand Down

0 comments on commit 833d955

Please sign in to comment.