Tests: Fix a typo inTestRefPtr

This commit is contained in:
howar6hill 2020-02-28 03:51:30 +08:00 committed by Andreas Kling
parent 3523071bb7
commit a19967d5c3
Notes: sideshowbarker 2024-07-19 17:38:24 +09:00

View File

@ -83,4 +83,4 @@ TEST_CASE(assign_copy_self)
EXPECT_EQ(object->ref_count(), 1);
}
TEST_MAIN(String)
TEST_MAIN(RefPtr)