mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #7769 from ethereum/libsolc-doc
Document and clarify libsolc's interface
This commit is contained in:
@@ -167,7 +167,7 @@ BOOST_AUTO_TEST_CASE(with_callback)
|
||||
BOOST_CHECK(containsError(result, "ParserError", "Source \"missing.sol\" not found: Missing file."));
|
||||
|
||||
// This should be placed due to the missing "notfound.sol" which sets both pointers to null.
|
||||
BOOST_CHECK(containsError(result, "ParserError", "Source \"notfound.sol\" not found: File not found."));
|
||||
BOOST_CHECK(containsError(result, "ParserError", "Source \"notfound.sol\" not found: Callback not supported."));
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_SUITE_END()
|
||||
|
||||
Reference in New Issue
Block a user