diff options
author | Shlomi Fish <shlomif@shlomifish.org> | 2012-09-15 16:29:55 +0300 |
---|---|---|
committer | Ricardo Signes <rjbs@cpan.org> | 2012-11-12 09:18:23 -0500 |
commit | 6bf7e1ad25ca8152c1ed6d46d598c3cbb6546d41 (patch) | |
tree | 59db4a1be0f3b4090c301d1eaaf4771330d6c080 /lib/perl5db.t | |
parent | 761ec47e0510ea08894be3e5f05b8fc802752aa1 (diff) | |
download | perl-6bf7e1ad25ca8152c1ed6d46d598c3cbb6546d41.tar.gz |
Correct the test blurbs.
Diffstat (limited to 'lib/perl5db.t')
-rw-r--r-- | lib/perl5db.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/perl5db.t b/lib/perl5db.t index 12dd99e023..c449146064 100644 --- a/lib/perl5db.t +++ b/lib/perl5db.t @@ -1988,7 +1988,7 @@ sub _calc_trace_wrapper \d+:\s+l\ 5-10\n \d+:\s+l\ 1-10\n #msx, - 'Test the source command (along with l)', + 'Test the H -num command', ); } @@ -2019,7 +2019,7 @@ sub _calc_trace_wrapper \d+:\s+l\ 5-10\n \d+:\s+l\ 1-10\n #msx, - 'Test the source command (along with l)', + 'Test the H command (without a number.)', ); } |