diff options
author | chriseth <chris@ethereum.org> | 2018-03-15 01:05:48 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-15 01:05:48 +0800 |
commit | d0c96d53e90be5e58d8fef2e77fbd71baf2027ba (patch) | |
tree | c7dae3f233e23389ad2eb569732e8dbc98b6cfb5 /test/libsolidity/SolidityABIJSON.cpp | |
parent | abc7a45230614454d6ffb78447c112b63f712642 (diff) | |
parent | d63d41b3b545b0e13e2ee7f880120b2ba852c654 (diff) | |
download | dexon-solidity-d0c96d53e90be5e58d8fef2e77fbd71baf2027ba.tar dexon-solidity-d0c96d53e90be5e58d8fef2e77fbd71baf2027ba.tar.gz dexon-solidity-d0c96d53e90be5e58d8fef2e77fbd71baf2027ba.tar.bz2 dexon-solidity-d0c96d53e90be5e58d8fef2e77fbd71baf2027ba.tar.lz dexon-solidity-d0c96d53e90be5e58d8fef2e77fbd71baf2027ba.tar.xz 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/libsolidity/SolidityABIJSON.cpp')
-rw-r--r-- | test/libsolidity/SolidityABIJSON.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libsolidity/SolidityABIJSON.cpp b/test/libsolidity/SolidityABIJSON.cpp index 0d471b32..107abc26 100644 --- a/test/libsolidity/SolidityABIJSON.cpp +++ b/test/libsolidity/SolidityABIJSON.cpp @@ -20,7 +20,7 @@ * Unit tests for the solidity compiler JSON Interface output. */ -#include "../TestHelper.h" +#include <test/Options.h> #include <libsolidity/interface/CompilerStack.h> #include <libdevcore/Exceptions.h> |