Skip to content

Commit

Permalink
Cleanup for merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed May 28, 2019
1 parent 8594bd4 commit 154a08a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion libraries/chainbase/src/chainbase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ namespace chainbase {

void database::wipe( const bfs::path& dir )
{
std::cout << "WIPE!!!" << std::endl;
assert( !_is_open );
#ifndef ENABLE_MIRA
_segment.reset();
Expand Down
6 changes: 3 additions & 3 deletions tests/tests/operation_time_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ BOOST_AUTO_TEST_CASE( comment_payout_dust )
}

/*
OOST_AUTO_TEST_CASE( reward_funds )
BOOST_AUTO_TEST_CASE( reward_funds )
{
try
{
Expand Down Expand Up @@ -392,7 +392,7 @@ BOOST_AUTO_TEST_CASE( recent_claims_decay )
}

/*
OOST_AUTO_TEST_CASE( comment_payout )
BOOST_AUTO_TEST_CASE( comment_payout )
{
try
{
Expand Down Expand Up @@ -560,7 +560,7 @@ OOST_AUTO_TEST_CASE( comment_payout )
}*/

/*
OOST_AUTO_TEST_CASE( comment_payout )
BOOST_AUTO_TEST_CASE( comment_payout )
{
try
{
Expand Down

0 comments on commit 154a08a

Please sign in to comment.