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:
@@ -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