Skip to content

Commit e891282

Browse files
committed
fix the variable name in the test comment for ${^WARNINGS_BITS}
This seems to have existed since 7e4f045 (the initial commit), so it definitely looks like a typo that wasn't spotted before.
1 parent 63314e4 commit e891282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/comp/hints.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ print "ok 26 - no crash when cloning a tied hint hash\n";
204204
print "# got: $w" if $w;
205205
}
206206

207-
# Setting ${^WARNING_HINTS} to its own value should not change things.
207+
# Setting ${^WARNING_BITS} to its own value should not change things.
208208
{
209209
my $w;
210210
local $SIG{__WARN__} = sub { $w++ };

0 commit comments

Comments
 (0)