Skip to content

Commit 84b1a74

Browse files
committed
Simplified test per Tony Cook recommendation
1 parent 8093c3a commit 84b1a74

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

MANIFEST

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5451,7 +5451,6 @@ lib/perl5db/t/gh-17660 Tests for the Perl debugger
54515451
lib/perl5db/t/gh-17661 Tests for the Perl debugger
54525452
lib/perl5db/t/gh-17661b Tests for the Perl debugger
54535453
lib/perl5db/t/gh-21350 Tests for the Perl debugger
5454-
lib/perl5db/t/gh-23663 Tests for the Perl debugger
54555454
lib/perl5db/t/load-modules Tests for the Perl debugger
54565455
lib/perl5db/t/lsub-n Test script used by perl5db.t
54575456
lib/perl5db/t/lvalue-bug Tests for the Perl debugger

lib/perl5db.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3673,7 +3673,7 @@ EOS
36733673
'c',
36743674
'q',
36753675
],
3676-
prog => '../lib/perl5db/t/gh-23663',
3676+
prog => \1,
36773677
}
36783678
);
36793679

@@ -3692,7 +3692,7 @@ EOS
36923692
'c',
36933693
'q',
36943694
],
3695-
prog => '../lib/perl5db/t/gh-23663',
3695+
prog => \1,
36963696
}
36973697
);
36983698

lib/perl5db/t/gh-23663

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)