diff --git a/AK/Tests/TestRefPtr.cpp b/AK/Tests/TestRefPtr.cpp index 633af6f70f..cf03da32c2 100644 --- a/AK/Tests/TestRefPtr.cpp +++ b/AK/Tests/TestRefPtr.cpp @@ -83,4 +83,4 @@ TEST_CASE(assign_copy_self) EXPECT_EQ(object->ref_count(), 1); } -TEST_MAIN(String) +TEST_MAIN(RefPtr)