diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2016-11-28 08:21:01 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2016-11-30 05:54:27 +0800 |
commit | a226db73384ac1b588e07a28dd8f1ff92cbdf6f7 (patch) | |
tree | 67ea757fe4786f70d6343234f1c8dc86de7059f4 /test/contracts/FixedFeeRegistrar.cpp | |
parent | 4af30cc5183d83afd8a112bbc29e5c7beb3b7c1a (diff) | |
download | dexon-solidity-a226db73384ac1b588e07a28dd8f1ff92cbdf6f7.tar.gz dexon-solidity-a226db73384ac1b588e07a28dd8f1ff92cbdf6f7.tar.zst dexon-solidity-a226db73384ac1b588e07a28dd8f1ff92cbdf6f7.zip |
Split out Solidity-specific part of ExecutionFramework
Diffstat (limited to 'test/contracts/FixedFeeRegistrar.cpp')
-rw-r--r-- | test/contracts/FixedFeeRegistrar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/contracts/FixedFeeRegistrar.cpp b/test/contracts/FixedFeeRegistrar.cpp index 8aabdac2..829205d5 100644 --- a/test/contracts/FixedFeeRegistrar.cpp +++ b/test/contracts/FixedFeeRegistrar.cpp @@ -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() |