loosen up comparisons to handle the rounding change in Imager 0.90
[imager-graph.git] / t / t33_long_labels.t
index 0c447171d710065c77cddf92ef7fd64b65817415..712bec5f962411b1019e435653175f230195be9c 100644 (file)
@@ -36,7 +36,7 @@ $graph->set_labels(['AWWWWWWWWWWWWWWA', 'AWWWWWWWWWWWWWWWWWWWWWWWWWWWWWA']);
 
 my $img = $graph->draw() || warn $graph->error;
 
-cmpimg($img, 'testimg/t33_long_labels.ppm', 200);
+cmpimg($img, 'testimg/t33_long_labels.ppm', 200_000);
 $img->write(file=>'testout/t33_long_labels.ppm') or die "Can't save img1: ".$img->errstr."\n";
 
 unless (is(@warned, 0, "should be no warnings")) {