File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,7 @@ struct Forest {
70
70
71
71
std::vector<Id> _parent = {}; // has one entry for each node
72
72
std::vector<Node> _node = {}; // has one entry for each node
73
- // at which position of the vectors _waiter and _data to find
74
- // entries for Id
73
+ // at which position of the vectors _waiter and _data to find entries for Id
75
74
std::unordered_map<Id, size_t > _position = {};
76
75
};
77
76
Original file line number Diff line number Diff line change @@ -327,8 +327,8 @@ endif()
327
327
328
328
target_link_libraries (arangodbtests
329
329
arango
330
- arango_tests_forest
331
330
arango_tests_basics
331
+ arango_tests_forest
332
332
arango_tests_replication2
333
333
arango_tests_replication2_pure
334
334
arango_tests_task_registry
Original file line number Diff line number Diff line change 1
- add_subdirectory (Concurrent )
2
-
3
1
add_library (arango_tests_forest OBJECT
4
2
ForestTest.cpp )
5
3
target_link_libraries (arango_tests_forest PRIVATE
@@ -10,3 +8,5 @@ add_executable(arangodbtests_forest EXCLUDE_FROM_ALL)
10
8
target_link_libraries (arangodbtests_forest
11
9
arango_tests_forest
12
10
gtest_main )
11
+
12
+ add_subdirectory (Concurrent )
You can’t perform that action at this time.
0 commit comments