We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713d3fe commit be7e140Copy full SHA for be7e140
unit/util/sharing_map.cpp
@@ -6,11 +6,12 @@ Author: Daniel Poetzl
6
7
\*******************************************************************/
8
9
-#define SHARING_MAP_INTERNAL_CHECKS
10
-#define SHARING_NODE_INTERNAL_CHECKS
+#define SM_INTERNAL_CHECKS
+#define SN_INTERNAL_CHECKS
11
12
#include <climits>
13
#include <random>
14
+#include <set>
15
16
#include <testing-utils/catch.hpp>
17
#include <util/sharing_map.h>
unit/util/sharing_node.cpp
@@ -2,7 +2,7 @@
2
3
/// \file Tests for sharing-node utility
4
5
#include <util/sharing_node.h>
0 commit comments