Skip to content

Commit

Permalink
03-double.t: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ghedo committed Apr 26, 2012
1 parent ed3b277 commit 4f5c316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/03-double.t
Expand Up @@ -13,6 +13,6 @@ my $fmax = FFI::Raw -> new(
);

is($fmax -> call(2.0, 3.0), 3);
is($fmax -> call(2.5, 3.8), 3.8);
is($fmax -> call(2.5, 4.0), 4.0);

done_testing;

0 comments on commit 4f5c316

Please sign in to comment.