Skip to content

Commit aa1c6e9

Browse files
committed
t/run/todo.t Silence todo passed warning
This test is passing; stop it from being todo
1 parent 4caba6a commit aa1c6e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

t/run/todo.t

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ my $is_debugging_build = $Config{cppflags} =~ /-DDEBUGGING/;
3838

3939
our $TODO;
4040

41-
TODO: {
42-
local $::TODO = "GH 14615";
41+
TODO: { # Should be moved to lib/B/Deparse.t
4342
my $results = fresh_perl(<<~'EOF', {});
4443
use B::Deparse;
4544
my $deparse = B::Deparse->new();

0 commit comments

Comments
 (0)