mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Compiler error is not a failure.
This commit is contained in:
parent
7a24a5764e
commit
8877d4a781
@ -67,7 +67,6 @@ int main()
|
||||
for (Json::Value const& error: outputJson["errors"])
|
||||
{
|
||||
string invalid = contains(error.asString(), vector<string>{
|
||||
"Compiler error",
|
||||
"Internal compiler error",
|
||||
"Exception during compilation",
|
||||
"Unknown exception during compilation",
|
||||
|
Loading…
Reference in New Issue
Block a user