Skip to content

Commit

Permalink
fix uninit noticed by bbkr++
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Jul 26, 2012
1 parent d5bea92 commit e52e3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion STD.pm6
Expand Up @@ -6103,7 +6103,7 @@ method panic (Str $s) {
$*HIGHMESS ~= $s ~ "\n";
}
my $x;
my $x = '';
if $highvalid and %$*HIGHEXPECT {
my @keys = sort keys %$*HIGHEXPECT;
Expand Down

0 comments on commit e52e3ca

Please sign in to comment.