Skip to content

Commit

Permalink
fix t/issue203.t $todo and comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Feb 11, 2014
1 parent 016fcfd commit 0506953
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/issue203.t
Expand Up @@ -15,8 +15,8 @@ use Test::More tests => 1;
use B::C (); use B::C ();
#my $when = "1.46"; #my $when = "1.46";
#my $todo = ($B::C::VERSION lt $when ? "TODO " : ""); #my $todo = ($B::C::VERSION lt $when ? "TODO " : "");
$todo = "TODO "; my $todo = "TODO ";
ctestok(1,'C,-O0','ccode203i',<<'EOF',$todo.'#203 perlio layers via use open'); ctestok(1,'C,-O0','ccode203i',<<'EOF',$todo.'#203 restore compile-time perlio layers via use open');
use open(IN => ":crlf", OUT => ":encoding(cp1252)"); use open(IN => ":crlf", OUT => ":encoding(cp1252)");
open F, "<", "/dev/null"; open F, "<", "/dev/null";
my %l = map {$_=>1} PerlIO::get_layers(F, input => 1); my %l = map {$_=>1} PerlIO::get_layers(F, input => 1);
Expand Down

0 comments on commit 0506953

Please sign in to comment.