mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Revert "Move clashing libraries to common source in test"
This reverts commit c4a9ca5cfe7a8b4ba9d2d84392c57d5eefacd1f7.
This commit is contained in:
parent
5a2331a9f6
commit
a7f8a1986a
@ -104,7 +104,8 @@ BOOST_AUTO_TEST_CASE(simple_alias)
|
|||||||
BOOST_AUTO_TEST_CASE(library_name_clash)
|
BOOST_AUTO_TEST_CASE(library_name_clash)
|
||||||
{
|
{
|
||||||
CompilerStack c;
|
CompilerStack c;
|
||||||
c.addSource("a", "library A {} library A {} pragma solidity >=0.0;");
|
c.addSource("a", "library A {} pragma solidity >=0.0;");
|
||||||
|
c.addSource("b", "library A {} pragma solidity >=0.0;");
|
||||||
BOOST_CHECK(!c.compile());
|
BOOST_CHECK(!c.compile());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user