aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/SolidityABIJSON.cpp
diff options
context:
space:
mode:
authorDaniel Kirchner <daniel@ekpyron.org>2018-03-14 19:04:04 +0800
committerDaniel Kirchner <daniel@ekpyron.org>2018-03-14 19:04:04 +0800
commitd63d41b3b545b0e13e2ee7f880120b2ba852c654 (patch)
tree23f911d4dc777bb44d7d7f54993b048ba323861a /test/libsolidity/SolidityABIJSON.cpp
parenta5d9b05acbcbfadeb4c956f70db6f24cf226ed46 (diff)
downloaddexon-solidity-d63d41b3b545b0e13e2ee7f880120b2ba852c654.tar
dexon-solidity-d63d41b3b545b0e13e2ee7f880120b2ba852c654.tar.gz
dexon-solidity-d63d41b3b545b0e13e2ee7f880120b2ba852c654.tar.bz2
dexon-solidity-d63d41b3b545b0e13e2ee7f880120b2ba852c654.tar.lz
dexon-solidity-d63d41b3b545b0e13e2ee7f880120b2ba852c654.tar.xz
dexon-solidity-d63d41b3b545b0e13e2ee7f880120b2ba852c654.tar.zst
dexon-solidity-d63d41b3b545b0e13e2ee7f880120b2ba852c654.zip
test: Rename test/TestHelper.* to test/Options.* and add Options::validate().
Diffstat (limited to 'test/libsolidity/SolidityABIJSON.cpp')
-rw-r--r--test/libsolidity/SolidityABIJSON.cpp2
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>