Skip to content

Commit

Permalink
Fix TODO tests t/issue90.t 1, t/issue200.t 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Nov 13, 2013
1 parent 1454433 commit be620a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions t/issue200.t
Expand Up @@ -13,8 +13,8 @@ sub test3 {
my $script = shift;
my $cmt = join('',@_);
my $todo = "";
#$todo = 'TODO ' if $name eq 'ccode90i_c' or $] > 5.015;
plctestok($i*3+1, $name, $script, $todo);
#$todo = 'TODO ' if $] > 5.015;
plctestok($i*3+1, $name, $script, $cmt);
ctestok($i*3+2, "C", $name, $script, "C $cmt");
ctestok($i*3+3, "CC", $name, $script, $todo."CC $cmt");
$i++;
Expand Down
2 changes: 1 addition & 1 deletion t/issue90.t
Expand Up @@ -14,7 +14,7 @@ sub test3 {
my $cmt = join('',@_);
my $todo = "";
$todo = 'TODO ' if $name eq 'ccode90i_c' or $] > 5.015;
plctestok($i*3+1, $name, $script, $todo);
plctestok($i*3+1, $name, $script, $todo." BC ".$cmt);
ctestok($i*3+2, "C", $name, $script, "C $cmt");
ctestok($i*3+3, "CC", $name, $script, $todo."CC $cmt");
$i++;
Expand Down

0 comments on commit be620a1

Please sign in to comment.