Skip to content

Commit 03511a5

Browse files
committed
[libc][math][c23] Update RInt.h dependencies
1 parent 7aeea6b commit 03511a5

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
@@ -494,6 +494,7 @@ add_fp_unittest(
494494
HDRS
495495
RIntTest.h
496496
DEPENDS
497+
libc.hdr.fenv_macros
497498
libc.src.math.rint
498499
libc.src.__support.CPP.algorithm
499500
libc.src.__support.FPUtil.fenv_impl
@@ -510,6 +511,7 @@ add_fp_unittest(
510511
HDRS
511512
RIntTest.h
512513
DEPENDS
514+
libc.hdr.fenv_macros
513515
libc.src.math.rintf
514516
libc.src.__support.CPP.algorithm
515517
libc.src.__support.FPUtil.fenv_impl
@@ -526,6 +528,7 @@ add_fp_unittest(
526528
HDRS
527529
RIntTest.h
528530
DEPENDS
531+
libc.hdr.fenv_macros
529532
libc.src.math.rintl
530533
libc.src.__support.CPP.algorithm
531534
libc.src.__support.FPUtil.fenv_impl
@@ -542,6 +545,7 @@ add_fp_unittest(
542545
HDRS
543546
RIntTest.h
544547
DEPENDS
548+
libc.hdr.fenv_macros
545549
libc.src.math.rintf16
546550
libc.src.__support.CPP.algorithm
547551
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)