diff --git a/libc/test/src/__support/FPUtil/fpbits_test.cpp b/libc/test/src/__support/FPUtil/fpbits_test.cpp index 4504a4f0cfcc7d..b1c4b6691b6eec 100644 --- a/libc/test/src/__support/FPUtil/fpbits_test.cpp +++ b/libc/test/src/__support/FPUtil/fpbits_test.cpp @@ -265,7 +265,7 @@ template constexpr auto make(Sign sign, FP fp) { case FP::QUIET_NAN: return T::quiet_nan(sign); } -}; +} // Tests all properties for all types of float. TYPED_TEST(LlvmLibcFPBitsTest, Properties, FPTypes) { diff --git a/libc/test/src/sys/socket/linux/bind_test.cpp b/libc/test/src/sys/socket/linux/bind_test.cpp index 305e4889f394e1..e70cbd578290ba 100644 --- a/libc/test/src/sys/socket/linux/bind_test.cpp +++ b/libc/test/src/sys/socket/linux/bind_test.cpp @@ -13,7 +13,6 @@ #include "src/unistd/close.h" #include "src/errno/libc_errno.h" -#include "test/UnitTest/LibcTest.h" #include "test/UnitTest/Test.h" #include // For AF_UNIX and SOCK_DGRAM