diff --git a/libc/test/src/string/memory_utils/utils_test.cpp b/libc/test/src/string/memory_utils/utils_test.cpp index c54209213772..5a14cb1df8e4 100644 --- a/libc/test/src/string/memory_utils/utils_test.cpp +++ b/libc/test/src/string/memory_utils/utils_test.cpp @@ -77,7 +77,7 @@ using I = intptr_t; // Converts an offset into a pointer. const void *forge(size_t offset) { return reinterpret_cast(offset); -}; +} TEST(UtilsTest, OffsetToNextAligned) { EXPECT_EQ(offset_to_next_aligned<16>(forge(0)), I(0));