aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionFramework.h
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-03-15 01:05:48 +0800
committerGitHub <noreply@github.com>2018-03-15 01:05:48 +0800
commitd0c96d53e90be5e58d8fef2e77fbd71baf2027ba (patch)
treec7dae3f233e23389ad2eb569732e8dbc98b6cfb5 /test/ExecutionFramework.h
parentabc7a45230614454d6ffb78447c112b63f712642 (diff)
parentd63d41b3b545b0e13e2ee7f880120b2ba852c654 (diff)
downloaddexon-solidity-d0c96d53e90be5e58d8fef2e77fbd71baf2027ba.tar.gz
dexon-solidity-d0c96d53e90be5e58d8fef2e77fbd71baf2027ba.tar.zst
dexon-solidity-d0c96d53e90be5e58d8fef2e77fbd71baf2027ba.zip
Merge pull request #3734 from ethereum/soltestOptions
test: Rename test/TestHelper.* to test/Options.* and add Options::val…
Diffstat (limited to 'test/ExecutionFramework.h')
-rw-r--r--test/ExecutionFramework.h2
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>