aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2017-07-02 06:40:01 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2017-07-02 07:09:46 +0800
commitb615b01449984b21d7615d6daf70455a56e7bdbc (patch)
tree865afcff8be40f538e97045f5934653ffce82d28 /test
parentd230048dc8385744203528115aa9bb5c0fba4339 (diff)
downloaddexon-solidity-b615b01449984b21d7615d6daf70455a56e7bdbc.tar.gz
dexon-solidity-b615b01449984b21d7615d6daf70455a56e7bdbc.tar.zst
dexon-solidity-b615b01449984b21d7615d6daf70455a56e7bdbc.zip
Move UndefMacros from libdevcore to libsolidity/parsing
Diffstat (limited to 'test')
-rw-r--r--test/RPCSession.h1
-rw-r--r--test/libsolidity/SolidityEndToEndTest.cpp2
2 files changed, 1 insertions, 2 deletions
diff --git a/test/RPCSession.h b/test/RPCSession.h
index f3c3339a..f7fdd86e 100644
--- a/test/RPCSession.h
+++ b/test/RPCSession.h
@@ -21,7 +21,6 @@
#if defined(_WIN32)
#include <windows.h>
-#include "libdevcore/UndefMacros.h"
#else
#include <sys/types.h>
#include <sys/socket.h>
diff --git a/test/libsolidity/SolidityEndToEndTest.cpp b/test/libsolidity/SolidityEndToEndTest.cpp
index a6c01283..6fe2461c 100644
--- a/test/libsolidity/SolidityEndToEndTest.cpp
+++ b/test/libsolidity/SolidityEndToEndTest.cpp
@@ -9622,7 +9622,7 @@ BOOST_AUTO_TEST_CASE(scientific_notation)
BOOST_CHECK(callContractFunction("k()") == encodeArgs(u256(-25)));
}
-BOOST_AUTO_TEST_CASE(interface)
+BOOST_AUTO_TEST_CASE(interface_contract)
{
char const* sourceCode = R"(
interface I {