We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c94d5c0 commit 1a5b952Copy full SHA for 1a5b952
libc/test/src/math/RoundEvenTest.h
@@ -13,7 +13,7 @@
13
#include "test/UnitTest/Test.h"
14
#include "utils/MPFRWrapper/MPFRUtils.h"
15
16
-#include "include/llvm-libc-macros/math-macros.h"
+#include "hdr/math_macros.h"
17
18
namespace mpfr = LIBC_NAMESPACE::testing::mpfr;
19
libc/test/src/math/smoke/RoundEvenTest.h
@@ -12,7 +12,7 @@
12
#include "test/UnitTest/FPMatcher.h"
template <typename T>
class RoundEvenTest : public LIBC_NAMESPACE::testing::Test {
0 commit comments