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
Notes: sideshowbarker 2024-07-19 00:24:29 +09:00

View file

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