Skip to content

Commit

Permalink
Fix #1002
Browse files Browse the repository at this point in the history
  • Loading branch information
exodist committed Sep 2, 2024
1 parent 5bacf7c commit 32f8a24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion t/Legacy/More.t
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ isnt( "foo", "bar", 'foo isnt bar');
is($warning, "Use of apostrophe as package separator was deprecated in Perl 5.37.9,\n"
. "and will be removed in Perl 5.42.0. You should change code that uses\n"
. "Test::More::isn't() to use Test::More::isnt() as a replacement"
. " at t/Legacy/More.t line 31\n",
. " at ${ \__FILE__ } line 31\n",
"Got expected warning from isn::t() under use warnings");
}
{
Expand Down
2 changes: 1 addition & 1 deletion t/Legacy/fail-more.t
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ OUT
ERR
# Use of apostrophe as package separator was deprecated in Perl 5.37.9,
# and will be removed in Perl 5.42.0. You should change code that uses
# Test::More::isn't() to use Test::More::isnt() as a replacement at t/Legacy/fail-more.t line 132
# Test::More::isn't() to use Test::More::isnt() as a replacement at ${ \__FILE__ } line 132
WARN

#line 143
Expand Down

0 comments on commit 32f8a24

Please sign in to comment.