Skip to content

Commit

Permalink
Fix typo in a comment to fix code coverage report
Browse files Browse the repository at this point in the history
GCOVR_EXEL_STOP -> GCOVR_EXCL_STOP
  • Loading branch information
abitmore committed Sep 6, 2023
1 parent d1ae7e6 commit 692608b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/chain/db_market.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@ database::match_result_type database::match_limit_settled_debt( const limit_orde
wlog( "Unexpected scene: obj.for_sale > bitasset.individual_settlement_fund" );
obj.for_sale = bitasset.individual_settlement_fund;
obj.sell_price = ~bitasset.get_individual_settlement_price();
} // GCOVR_EXEL_STOP
} // GCOVR_EXCL_STOP
}
else
{
Expand Down

0 comments on commit 692608b

Please sign in to comment.