Style fixes and some additional hash to bytes32 renaming

This commit is contained in:
Lefteris Karapetsas
2015-03-12 12:53:01 +01:00
parent 0b411d98e9
commit 3d0f4b0f22
2 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -519,7 +519,7 @@ BOOST_AUTO_TEST_CASE(strings)
BOOST_CHECK(callContractFunction("fixed()") == encodeArgs(string("abc\0\xff__", 7)));
BOOST_CHECK(callContractFunction("pipeThrough(bytes2,bool)", string("\0\x02", 2), true) == encodeArgs(string("\0\x2", 2), true));
}
#
BOOST_AUTO_TEST_CASE(empty_string_on_stack)
{
char const* sourceCode = "contract test {\n"