Skip to content

Commit c814888

Browse files
committed
refactor: error headers and unused cast
Signed-off-by: Krishna Pandey <[email protected]>
1 parent 11cc8aa commit c814888

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4338,11 +4338,10 @@ add_fp_unittest(
43384338
SRCS
43394339
log_bf16_test.cpp
43404340
DEPENDS
4341+
libc.hdr.errno_macros
43414342
libc.hdr.fenv_macros
4342-
libc.src.errno.errno
43434343
libc.src.math.log_bf16
43444344
libc.src.__support.FPUtil.bfloat16
4345-
libc.src.__support.FPUtil.cast
43464345
)
43474346

43484347
add_fp_unittest(

libc/test/src/math/smoke/log_bf16_test.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
#include "hdr/errno_macros.h"
910
#include "hdr/fenv_macros.h"
1011
#include "src/__support/FPUtil/bfloat16.h"
11-
#include "src/__support/FPUtil/cast.h"
12-
#include "src/__support/libc_errno.h"
1312
#include "src/__support/macros/properties/types.h"
1413
#include "src/math/log_bf16.h"
1514
#include "test/UnitTest/FPMatcher.h"

0 commit comments

Comments
 (0)