1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 08:07:34 +00:00

AK: Correct name in TestMain for TestTrie

Copy paste error :)
This commit is contained in:
Andrew Kaster 2020-12-29 22:34:46 -07:00 committed by Andreas Kling
parent 06b6f838d6
commit 874df07ffd

View file

@ -87,4 +87,4 @@ TEST_CASE(iterate)
} }
} }
TEST_MAIN(AllOf) TEST_MAIN(Trie)