mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
fixed CALL case. added exception
This commit is contained in:
parent
d863c8d088
commit
c6a8938ed7
@ -40,7 +40,7 @@ namespace test
|
|||||||
class ExecutionFramework
|
class ExecutionFramework
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
ExecutionFramework() { g_logVerbosity = 0; }
|
ExecutionFramework() { g_logVerbosity = 0; }
|
||||||
|
|
||||||
bytes const& execute(std::string const& _sourceCode, u256 const& _value = 0, std::string const& _contractName = "")
|
bytes const& execute(std::string const& _sourceCode, u256 const& _value = 0, std::string const& _contractName = "")
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user