Skip to content

Commit

Permalink
t/issue282.t: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Jan 28, 2014
1 parent 6b72bca commit 6db0dbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion t/issue282.t
Expand Up @@ -7,9 +7,10 @@ BEGIN {
}
use Test::More tests => 1;
use B::C ();
# passes on linux non-DEBUGGING
my $todo = ($B::C::VERSION ge '1.44' or $] > 5.019008) ? "" : "TODO ";

ctestok(1,'C,-O3','ccode282i',<<'EOF',$todo.'#282 ref assign');
ctestok(1,'C,-O3','ccode282i',<<'EOF',$todo.'#282 ref assign hek assert');
use vars qw($glook $smek $foof);
$glook = 3;
$smek = 4;
Expand Down

0 comments on commit 6db0dbb

Please sign in to comment.