Skip to content

Commit 1a5b952

Browse files
committed
Update some "include/llvm-libc-macros/math-macros.h" from recent commits.
1 parent c94d5c0 commit 1a5b952

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libc/test/src/math/RoundEvenTest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#include "test/UnitTest/Test.h"
1414
#include "utils/MPFRWrapper/MPFRUtils.h"
1515

16-
#include "include/llvm-libc-macros/math-macros.h"
16+
#include "hdr/math_macros.h"
1717

1818
namespace mpfr = LIBC_NAMESPACE::testing::mpfr;
1919

libc/test/src/math/smoke/RoundEvenTest.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#include "test/UnitTest/FPMatcher.h"
1313
#include "test/UnitTest/Test.h"
1414

15-
#include "include/llvm-libc-macros/math-macros.h"
15+
#include "hdr/math_macros.h"
1616

1717
template <typename T>
1818
class RoundEvenTest : public LIBC_NAMESPACE::testing::Test {

0 commit comments

Comments
 (0)