aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionFramework.h
diff options
context:
space:
mode:
authorAlexander Arlt <alexander.arlt@arlt-labs.com>2018-05-02 19:29:16 +0800
committerAlexander Arlt <alexander.arlt@arlt-labs.com>2018-05-02 19:29:16 +0800
commitf94b793472a8427e0507862cd5595cc92e70f53c (patch)
treeb017d487890f286a05e5cfe97215f5e2a3985bb8 /test/ExecutionFramework.h
parent5cce2e552baf1f7431c99500da74cb929360c3b8 (diff)
downloaddexon-solidity-f94b793472a8427e0507862cd5595cc92e70f53c.tar
dexon-solidity-f94b793472a8427e0507862cd5595cc92e70f53c.tar.gz
dexon-solidity-f94b793472a8427e0507862cd5595cc92e70f53c.tar.bz2
dexon-solidity-f94b793472a8427e0507862cd5595cc92e70f53c.tar.lz
dexon-solidity-f94b793472a8427e0507862cd5595cc92e70f53c.tar.xz
dexon-solidity-f94b793472a8427e0507862cd5595cc92e70f53c.tar.zst
dexon-solidity-f94b793472a8427e0507862cd5595cc92e70f53c.zip
Add virtual destructors on base classes.
Diffstat (limited to 'test/ExecutionFramework.h')
-rw-r--r--test/ExecutionFramework.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ExecutionFramework.h b/test/ExecutionFramework.h
index ee8da322..4525cbf9 100644
--- a/test/ExecutionFramework.h
+++ b/test/ExecutionFramework.h
@@ -53,6 +53,7 @@ class ExecutionFramework
public:
ExecutionFramework();
+ virtual ~ExecutionFramework() = default;
virtual bytes const& compileAndRunWithoutCheck(
std::string const& _sourceCode,