solidity/test/cmdlineTests/standard_yul_single_file_via_urls/output.json
2022-02-08 16:20:27 +01:00

20 lines
663 B
JSON

{
"errors":
[
{
"component": "general",
"formattedMessage": "Cannot import url (\"in.yul\"): File not found. Searched the following locations: \"\".",
"message": "Cannot import url (\"in.yul\"): File not found. Searched the following locations: \"\".",
"severity": "error",
"type": "IOError"
},
{
"component": "general",
"formattedMessage": "Yul mode only supports exactly one input file.",
"message": "Yul mode only supports exactly one input file.",
"severity": "error",
"type": "JSONError"
}
]
}