Review fixups

This commit is contained in:
Tim Wojtulewicz 2020-05-07 17:25:26 -07:00
parent 499a3353b5
commit 690061b01c
3 changed files with 9 additions and 23 deletions

View file

@ -117,7 +117,7 @@ TEST_CASE("plists")
TEST_CASE("unordered list operation")
{
List<int, LIST_UNORDERED> list({1, 2, 3, 4});
List<int, ListOrder::UNORDERED> list({1, 2, 3, 4});
CHECK(list.size() == 4);
// An unordered list doesn't maintain the ordering of the elements when