Skip to content

Commit

Permalink
t/issue212.t: test 3 fixed by 1.45_04 b1e949a
Browse files Browse the repository at this point in the history
non-destructive get_isa for 5.8
  • Loading branch information
Reini Urban committed Feb 19, 2014
1 parent 54d846a commit 8949966
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/issue212.t
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ use Config ();
use B::C ();
my $ITHREADS = $Config::Config{useithreads};
my $todo1 = ($B::C::VERSION lt '1.45_03' and ($]>=5.018 and $ITHREADS)) ? "TODO 5.18thr ": "";
my $todo3 = ($] < 5.010) ? "TODO 5.8 ": "";
# fixed with 1.45_04: non-destructive get_isa for 5.8
my $todo3 = ($] < 5.007) ? "TODO 5.6 ": "";

ctestok(1,'C,-O3,-UB','ccode212i',<<'EOF',$todo1.'#212 shared GP');
$blurfl = 123;
Expand Down

0 comments on commit 8949966

Please sign in to comment.