Skip to content

Commit 5acc0b0

Browse files
Merge pull request #2392 from NathanJPhillips/cleanup/small_map_layout
Add comment explaining unusual layout where body of test is in a function
2 parents ee4d802 + 3aa9b72 commit 5acc0b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

unit/util/small_map.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include <testing-utils/catch.hpp>
66
#include <util/small_map.h>
77

8+
// This method is a friend of small_map
89
void small_map_test()
910
{
1011
SECTION("Basic")

0 commit comments

Comments
 (0)