1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:17:35 +00:00

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

View file

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