mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Split out Solidity-specific part of ExecutionFramework
This commit is contained in:
@@ -125,7 +125,7 @@ contract FixedFeeRegistrar is Registrar {
|
||||
|
||||
static unique_ptr<bytes> s_compiledRegistrar;
|
||||
|
||||
class RegistrarTestFramework: public ExecutionFramework
|
||||
class RegistrarTestFramework: public SolidityExecutionFramework
|
||||
{
|
||||
protected:
|
||||
void deployRegistrar()
|
||||
|
||||
Reference in New Issue
Block a user