Merge pull request #2501 from ethereum/undef-macros

Move UndefMacros from libdevcore to libsolidity/parsing
This commit is contained in:
chriseth
2017-07-12 15:07:20 +02:00
committed by GitHub
5 changed files with 3 additions and 5 deletions
+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 {