Skip to content

Commit

Permalink
fix test result
Browse files Browse the repository at this point in the history
thanks kleis
  • Loading branch information
jcupitt committed Jun 5, 2017
1 parent 63671ef commit 2b25911
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/035.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ can make an interpolator
<?php
$interp = vips_interpolate_new("bicubic");

if ($interp != -1) {
if ($interp != null) {
echo "pass";
}
?>
Expand Down
Binary file modified vips-1.0.7.tgz
Binary file not shown.

0 comments on commit 2b25911

Please sign in to comment.