Move UndefMacros from libdevcore to libsolidity/parsing

This commit is contained in:
Alex Beregszaszi
2017-07-02 00:09:46 +01:00
parent d230048dc8
commit b615b01449
5 changed files with 3 additions and 5 deletions
-1
View File
@@ -21,7 +21,6 @@
#if defined(_WIN32)
#include <windows.h>
#include "libdevcore/UndefMacros.h"
#else
#include <sys/types.h>
#include <sys/socket.h>
+1 -1
View File
@@ -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 {