summaryrefslogtreecommitdiff
path: root/test/src/math/cos_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/math/cos_test.cpp')
-rw-r--r--test/src/math/cos_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/src/math/cos_test.cpp b/test/src/math/cos_test.cpp
index 6a1122997c51..9a39616ed16f 100644
--- a/test/src/math/cos_test.cpp
+++ b/test/src/math/cos_test.cpp
@@ -11,7 +11,7 @@
#include "test/UnitTest/Test.h"
#include "utils/MPFRWrapper/MPFRUtils.h"
-#include "include/llvm-libc-macros/math-macros.h"
+#include "hdr/math_macros.h"
using LlvmLibcCosTest = LIBC_NAMESPACE::testing::FPTest<double>;