From a19967d5c38bb0fa99843c4585015b19cc11ee76 Mon Sep 17 00:00:00 2001 From: howar6hill Date: Fri, 28 Feb 2020 03:51:30 +0800 Subject: [PATCH] Tests: Fix a typo inTestRefPtr --- AK/Tests/TestRefPtr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)