mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move UndefMacros from libdevcore to libsolidity/parsing
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include <windows.h>
|
||||
#include "libdevcore/UndefMacros.h"
|
||||
#else
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user