Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Restore fudge for binding to $:ERR
  • Loading branch information
lizmat committed Jul 3, 2013
1 parent 4c4395d commit 6ef8223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S16-unfiled/rebindstdhandles.t
Expand Up @@ -23,7 +23,7 @@ my $filename = 'tempfile_rebindstdhandles' ~ nonce();
}

# Test for re-binding $*ERR.
# #?rakudo skip 'warn does not yet use $*ERR'
#?rakudo skip 'warn does not yet use $*ERR'
{
my $old_err := $*ERR;
$*ERR := open($filename, :w);
Expand Down

0 comments on commit 6ef8223

Please sign in to comment.