mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update test
This commit is contained in:
parent
df08d79623
commit
eee2f2b069
@ -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"}});
|
||||||
|
Loading…
Reference in New Issue
Block a user