Update test

This commit is contained in:
Albert 2018-12-06 01:45:37 +01:00
parent df08d79623
commit eee2f2b069

View File

@ -366,7 +366,7 @@ BOOST_AUTO_TEST_CASE(unary_operators)
{ {
char const* sourceCode = R"( char const* sourceCode = R"(
contract test { contract test {
function f(int y) { !(~+- y == 2); } function f(int y) { !(~- y == 2); }
} }
)"; )";
bytes code = compileFirstExpression(sourceCode, {}, {{"test", "f", "y"}}); bytes code = compileFirstExpression(sourceCode, {}, {{"test", "f", "y"}});