diff --git a/libc/test/UnitTest/LibcTest.h b/libc/test/UnitTest/LibcTest.h index 1707c3c0fdcfa..b4e3819ea958d 100644 --- a/libc/test/UnitTest/LibcTest.h +++ b/libc/test/UnitTest/LibcTest.h @@ -165,7 +165,7 @@ class Test { // Helper to allow macro invocations like `ASSERT_EQ(foo, nullptr)`. template , ValType> = nullptr> - bool test(TestCond Cond, ValType LHS, std::nullptr_t, const char *LHSStr, + bool test(TestCond Cond, ValType LHS, cpp::nullptr_t, const char *LHSStr, const char *RHSStr, internal::Location Loc) { return test(Cond, LHS, static_cast(nullptr), LHSStr, RHSStr, Loc); }