Changed math. to maths.h

This commit is contained in:
jwellbelove 2014-10-31 15:59:51 +00:00
parent 4e2bfb2740
commit 1fe506955d

View File

@ -26,11 +26,11 @@ SOFTWARE.
#include <UnitTest++/UnitTest++.h>
#include "../math.h"
#include "../maths.h"
namespace
{
SUITE(TestMath)
SUITE(TestMaths)
{
//*************************************************************************
TEST(TestLog0_BASE)