Failing test: standard_yul_single_file_via_urls

This commit is contained in:
Kamil Śliwak 2021-09-16 13:00:45 +02:00
parent 4560e5bdd9
commit 1a9ba1baca
3 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1 @@
--pretty-json --json-indent 4 --allow-paths .

View File

@ -0,0 +1,6 @@
{
"language": "Yul",
"sources": {
"C": {"urls": ["in.yul"]}
}
}

View File

@ -0,0 +1,12 @@
{
"errors":
[
{
"component": "general",
"formattedMessage": "Yul mode only supports exactly one input file.",
"message": "Yul mode only supports exactly one input file.",
"severity": "error",
"type": "JSONError"
}
]
}