Navigation Menu

Skip to content

Commit

Permalink
Skip test 28 on Win32 as no "erf" in stdlib there
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Dec 27, 2014
1 parent cbbc690 commit 9e9c8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/28autowrap.t
Expand Up @@ -2,7 +2,7 @@ use strict; use warnings; use diagnostics;
my $t; use lib ($t = -e 't' ? 't' : 'test');
use TestInlineSetup;
use Inline config => directory => $TestInlineSetup::DIR;
use Test::More;
use Test::More $^O eq 'MSWin32' ? (skip_all => 'no erf') : ();

use Inline C => sub { q{ double erf(double); } } => enable => "autowrap";
like erf(1), qr/^0\.8/, "erf(1) returned 0.8-ish";
Expand Down

0 comments on commit 9e9c8df

Please sign in to comment.