Skip to content

Commit 22607d1

Browse files
committed
[libc][math][c23] Update RInt.h dependencies
1 parent d467a96 commit 22607d1

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

libc/test/src/math/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -584,6 +584,7 @@ add_fp_unittest(
584584
HDRS
585585
RIntTest.h
586586
DEPENDS
587+
libc.hdr.fenv_macros
587588
libc.src.math.rint
588589
libc.src.__support.CPP.algorithm
589590
libc.src.__support.FPUtil.fenv_impl
@@ -600,6 +601,7 @@ add_fp_unittest(
600601
HDRS
601602
RIntTest.h
602603
DEPENDS
604+
libc.hdr.fenv_macros
603605
libc.src.math.rintf
604606
libc.src.__support.CPP.algorithm
605607
libc.src.__support.FPUtil.fenv_impl
@@ -616,6 +618,7 @@ add_fp_unittest(
616618
HDRS
617619
RIntTest.h
618620
DEPENDS
621+
libc.hdr.fenv_macros
619622
libc.src.math.rintl
620623
libc.src.__support.CPP.algorithm
621624
libc.src.__support.FPUtil.fenv_impl
@@ -632,6 +635,7 @@ add_fp_unittest(
632635
HDRS
633636
RIntTest.h
634637
DEPENDS
638+
libc.hdr.fenv_macros
635639
libc.src.math.rintf16
636640
libc.src.__support.CPP.algorithm
637641
libc.src.__support.FPUtil.fenv_impl

libc/test/src/math/RIntTest.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
#include "hdr/fenv_macros.h"
2121
#include "hdr/math_macros.h"
22-
#include <stdio.h>
2322

2423
namespace mpfr = LIBC_NAMESPACE::testing::mpfr;
2524

0 commit comments

Comments
 (0)