diff options
Diffstat (limited to 'test/contracts/FixedFeeRegistrar.cpp')
-rw-r--r-- | test/contracts/FixedFeeRegistrar.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/contracts/FixedFeeRegistrar.cpp b/test/contracts/FixedFeeRegistrar.cpp index 8aabdac2..39c32eb7 100644 --- a/test/contracts/FixedFeeRegistrar.cpp +++ b/test/contracts/FixedFeeRegistrar.cpp @@ -35,6 +35,7 @@ #include <test/libsolidity/SolidityExecutionFramework.h> using namespace std; +using namespace dev::test; namespace dev { @@ -125,7 +126,7 @@ contract FixedFeeRegistrar is Registrar { static unique_ptr<bytes> s_compiledRegistrar; -class RegistrarTestFramework: public ExecutionFramework +class RegistrarTestFramework: public SolidityExecutionFramework { protected: void deployRegistrar() |