mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
Review fixups
This commit is contained in:
parent
499a3353b5
commit
690061b01c
3 changed files with 9 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue