Skip to content

Commit

Permalink
fixes to build after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
b1bart committed Feb 1, 2018
1 parent 3ff13c4 commit 23f697f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/wasm_tests/wasm_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ BOOST_FIXTURE_TEST_CASE( memory_operators, tester ) try {
set_tapos(trx);
trx.sign(get_private_key( N(current_memory), "active" ), chain_id_type());

BOOST_CHECK_THROW(control->push_transaction(trx), fc::unhandled_exception);
BOOST_CHECK_THROW(push_transaction(trx), fc::unhandled_exception);
}

produce_blocks(1);
Expand All @@ -542,7 +542,7 @@ BOOST_FIXTURE_TEST_CASE( memory_operators, tester ) try {
set_tapos(trx);
trx.sign(get_private_key( N(current_memory), "active" ), chain_id_type());

BOOST_CHECK_THROW(control->push_transaction(trx), fc::unhandled_exception);
BOOST_CHECK_THROW(push_transaction(trx), fc::unhandled_exception);
produce_blocks(1);
}

Expand Down

0 comments on commit 23f697f

Please sign in to comment.