Skip to content

Commit

Permalink
This should be EXPECT instead of EXPECTF
Browse files Browse the repository at this point in the history
  • Loading branch information
KalleZ committed Jul 7, 2017
1 parent cd8d0aa commit babc3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/exif/tests/bug50660/bug50660.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $infile = dirname(__FILE__).'/bug50660-2.jpg';
var_dump(exif_read_data($infile) !== false);
?>
===DONE===
--EXPECTF--
--EXPECT--
bool(true)
bool(true)
===DONE===

0 comments on commit babc3c5

Please sign in to comment.