mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Expect test to fail until implemented.
This commit is contained in:
parent
e4bb767dcd
commit
44825d1c1e
@ -9698,7 +9698,10 @@ BOOST_AUTO_TEST_CASE(return_structs)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
)";
|
)";
|
||||||
compileAndRun(sourceCode, 0, "C");
|
// This will throw "unimplemented" until it is implemented.
|
||||||
|
BOOST_CHECK_THROW(
|
||||||
|
compileAndRun(sourceCode, 0, "C"),
|
||||||
|
Exception);
|
||||||
|
|
||||||
// Will calculate the exact encoding later.
|
// Will calculate the exact encoding later.
|
||||||
// BOOST_CHECK(callContractFunction("f()") == encodeArgs(
|
// BOOST_CHECK(callContractFunction("f()") == encodeArgs(
|
||||||
|
Loading…
Reference in New Issue
Block a user