diff options
author | chriseth <c@ethdev.com> | 2016-06-10 00:54:29 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2016-06-29 05:18:54 +0800 |
commit | d6e39054e01cd956e9e476e9a10a4246e9579356 (patch) | |
tree | 9e1fac177471d2372847f1b1b7da6857fa184d87 /test/contracts/AuctionRegistrar.cpp | |
parent | ad36fc3c58466f1a03f96dda0a7e74f418f8bed9 (diff) | |
download | dexon-solidity-d6e39054e01cd956e9e476e9a10a4246e9579356.tar.gz dexon-solidity-d6e39054e01cd956e9e476e9a10a4246e9579356.tar.zst dexon-solidity-d6e39054e01cd956e9e476e9a10a4246e9579356.zip |
Refactor testing via IPC.
Diffstat (limited to 'test/contracts/AuctionRegistrar.cpp')
-rw-r--r-- | test/contracts/AuctionRegistrar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/contracts/AuctionRegistrar.cpp b/test/contracts/AuctionRegistrar.cpp index e13a79e0..e30f4572 100644 --- a/test/contracts/AuctionRegistrar.cpp +++ b/test/contracts/AuctionRegistrar.cpp @@ -25,7 +25,7 @@ #include <boost/test/unit_test.hpp> #include <libdevcore/Hash.h> #include <libethcore/ABI.h> -#include <test/libsolidity/solidityExecutionFramework.h> +#include <test/libsolidity/SolidityExecutionFramework.h> using namespace std; |