Skip to content

Commit 42444a8

Browse files
committed
Fix compiler warning about multiline comments
Signed-off-by: Julian Fleischer <[email protected]>
1 parent f25a472 commit 42444a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/finalizer_commits_handler_tests.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ BOOST_AUTO_TEST_CASE(get_commits_locator) {
314314
// Build a fork after finalization
315315
// F
316316
// 0 .. 4 .. 9 .. 11 12 .. -- main chain
317-
// \
318-
// 12 .. 17 -- fork
317+
// |
318+
// > 12 .. 17 -- fork
319319
std::map<blockchain::Height, uint256> fork_hashes;
320320
std::map<blockchain::Height, CBlockIndex> fork;
321321

@@ -345,8 +345,8 @@ BOOST_AUTO_TEST_CASE(get_commits_locator) {
345345
// Build a fork after finalization
346346
// F
347347
// 0 .. 4 .. 9 .. 11 12 .. 14 .. -- main chain
348-
// \
349-
// 12 .. 14 .. 17 -- fork
348+
// |
349+
// > 12 .. 14 .. 17 -- fork
350350
state.SetLastFinalizedEpoch(2);
351351
BOOST_REQUIRE(state.GetLastFinalizedEpoch() == 2);
352352

0 commit comments

Comments
 (0)