Skip to content

Commit

Permalink
path for #10927
Browse files Browse the repository at this point in the history
  • Loading branch information
fletchjp committed Mar 7, 2015
1 parent fb43f4e commit 94ce78b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/stdlib/cmath.cpp
Expand Up @@ -25,6 +25,6 @@ int main()

BOOST_TEST(f(0.0, 0 * eps));
BOOST_TEST(!f(0.0, eps));
BOOST_TEST(fabs(x-4.) < eps );
BOOST_TEST(fabs(z-1.) < eps );
BOOST_TEST(std::fabs(x-4.) < eps );
BOOST_TEST(std::fabs(z-1.) < eps );
}

0 comments on commit 94ce78b

Please sign in to comment.