From 1fe506955dcc3d907a13544ebc02f414727bb9ff Mon Sep 17 00:00:00 2001 From: jwellbelove Date: Fri, 31 Oct 2014 15:59:51 +0000 Subject: [PATCH] Changed math. to maths.h --- test/test_math.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_math.cpp b/test/test_math.cpp index e9af9244..0ecf23ff 100644 --- a/test/test_math.cpp +++ b/test/test_math.cpp @@ -26,11 +26,11 @@ SOFTWARE. #include -#include "../math.h" +#include "../maths.h" namespace { - SUITE(TestMath) + SUITE(TestMaths) { //************************************************************************* TEST(TestLog0_BASE)