diff options
author | Daniel Kirchner <daniel@ekpyron.org> | 2018-03-14 19:04:04 +0800 |
---|---|---|
committer | Daniel Kirchner <daniel@ekpyron.org> | 2018-03-14 19:04:04 +0800 |
commit | d63d41b3b545b0e13e2ee7f880120b2ba852c654 (patch) | |
tree | 23f911d4dc777bb44d7d7f54993b048ba323861a /test/ExecutionFramework.h | |
parent | a5d9b05acbcbfadeb4c956f70db6f24cf226ed46 (diff) | |
download | dexon-solidity-d63d41b3b545b0e13e2ee7f880120b2ba852c654.tar.gz dexon-solidity-d63d41b3b545b0e13e2ee7f880120b2ba852c654.tar.zst dexon-solidity-d63d41b3b545b0e13e2ee7f880120b2ba852c654.zip |
test: Rename test/TestHelper.* to test/Options.* and add Options::validate().
Diffstat (limited to 'test/ExecutionFramework.h')
-rw-r--r-- | test/ExecutionFramework.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionFramework.h b/test/ExecutionFramework.h index a7971b81..ee8da322 100644 --- a/test/ExecutionFramework.h +++ b/test/ExecutionFramework.h @@ -22,7 +22,7 @@ #pragma once -#include <test/TestHelper.h> +#include <test/Options.h> #include <test/RPCSession.h> #include <libsolidity/interface/EVMVersion.h> |