Skip to content

Commit

Permalink
Fix up lib/croak.t skip following the version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-m-hay committed Jul 19, 2023
1 parent cbea086 commit df293eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/lib/croak/class
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Execution of - aborted due to compilation errors.
# This test is known to leak: see GH #20812. Skip it for now so that ASAN
# smokes don't fail. Start failing again on the next development branch so
# that the issue isn't forgotten
# SKIP ? $] < 5.039001
# SKIP ? $] < 5.039002
use strict;
no warnings 'experimental::class';
use feature 'class';
Expand Down

0 comments on commit df293eb

Please sign in to comment.