Skip to content

Commit

Permalink
Fixes unused variables that break osx build.
Browse files Browse the repository at this point in the history
  • Loading branch information
erak committed Jan 11, 2020
1 parent c62048a commit 7fec5f9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/libsolidity/SolidityEndToEndTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14319,8 +14319,6 @@ BOOST_AUTO_TEST_CASE(event_wrong_abi_name)
)";
compileAndRun(sourceCode, 0, "ClientReceipt", bytes());
compileAndRun(sourceCode, 0, "Test", bytes(), map<string, Address>{{"ClientReceipt", m_contractAddress}});
u256 value(18);
u256 id(0x1234);

callContractFunction("f()");
BOOST_REQUIRE_EQUAL(numLogs(), 1);
Expand Down

0 comments on commit 7fec5f9

Please sign in to comment.