mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Implements infrastructure for semantic tests.
This commit is contained in:
@@ -28,7 +28,12 @@ using namespace dev::test;
|
||||
using namespace dev::solidity;
|
||||
using namespace dev::solidity::test;
|
||||
|
||||
SolidityExecutionFramework::SolidityExecutionFramework() :
|
||||
SolidityExecutionFramework::SolidityExecutionFramework():
|
||||
ExecutionFramework()
|
||||
{
|
||||
}
|
||||
|
||||
SolidityExecutionFramework::SolidityExecutionFramework(std::string const& _ipcPath):
|
||||
ExecutionFramework(_ipcPath)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user