Skip to content

Commit

Permalink
Changing encodeArgs to true
Browse files Browse the repository at this point in the history
  • Loading branch information
Mordax committed Oct 15, 2018
1 parent 573b60a commit 81768da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/libsolidity/SolidityEndToEndTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14022,7 +14022,7 @@ BOOST_AUTO_TEST_CASE(flipping_sign_tests)
}
)";
compileAndRun(sourceCode);
ABI_CHECK(callContractFunction("f()"), encodeArgs(u256(0)));
ABI_CHECK(callContractFunction("f()"), encodeArgs(true));
}

BOOST_AUTO_TEST_SUITE_END()
Expand Down

0 comments on commit 81768da

Please sign in to comment.