diff options
Diffstat (limited to 'test/contracts/Wallet.cpp')
-rw-r--r-- | test/contracts/Wallet.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/contracts/Wallet.cpp b/test/contracts/Wallet.cpp index 935baf5b..80f06613 100644 --- a/test/contracts/Wallet.cpp +++ b/test/contracts/Wallet.cpp @@ -35,6 +35,7 @@ #include <test/libsolidity/SolidityExecutionFramework.h> using namespace std; +using namespace dev::test; namespace dev { @@ -435,7 +436,7 @@ contract Wallet is multisig, multiowned, daylimit { static unique_ptr<bytes> s_compiledWallet; -class WalletTestFramework: public ExecutionFramework +class WalletTestFramework: public SolidityExecutionFramework { protected: void deployWallet( |