Skip to content

Commit da6625b

Browse files
committed
[libc][math][c23] Update for comments.
1 parent f118c0f commit da6625b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

libc/test/src/math/smoke/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3572,9 +3572,7 @@ add_fp_unittest(
35723572
FmaTest.h
35733573
DEPENDS
35743574
libc.src.math.fmaf16
3575-
libc.src.__support.CPP.type_traits
35763575
libc.src.__support.FPUtil.cast
3577-
libc.src.__support.macros.properties.types
35783576
)
35793577

35803578
add_fp_unittest(

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@
99
#ifndef LLVM_LIBC_TEST_SRC_MATH_FMATEST_H
1010
#define LLVM_LIBC_TEST_SRC_MATH_FMATEST_H
1111

12-
#include "src/__support/CPP/type_traits.h"
1312
#include "src/__support/FPUtil/cast.h"
14-
#include "src/__support/macros/properties/types.h"
1513
#include "test/UnitTest/FEnvSafeTest.h"
1614
#include "test/UnitTest/FPMatcher.h"
1715
#include "test/UnitTest/Test.h"

0 commit comments

Comments
 (0)