Skip to content

Commit

Permalink
attempt fix for build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Soeren Sonnenburg committed Feb 9, 2014
1 parent ee9af3b commit 35cb0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/mathematics/Math_unittest.cc
Expand Up @@ -210,5 +210,5 @@ TEST(CMath, strtolongdouble)
EXPECT_DOUBLE_EQ(-CMath::INFTY, long_double_result);

EXPECT_TRUE(CMath::strtold("1.234567890123", &long_double_result));
EXPECT_EQ(long_double_result, 1.234567890123);
EXPECT_DOUBLE_EQ(1.234567890123, long_double_result);
}

0 comments on commit 35cb0e7

Please sign in to comment.