Failing test: standard_yul_single_file_via_urls

This commit is contained in:
Kamil Śliwak
2021-09-16 20:29:03 +02:00
parent 4560e5bdd9
commit 1a9ba1baca
3 changed files with 19 additions and 0 deletions
@@ -0,0 +1 @@
--pretty-json --json-indent 4 --allow-paths .
@@ -0,0 +1,6 @@
{
"language": "Yul",
"sources": {
"C": {"urls": ["in.yul"]}
}
}
@@ -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"
}
]
}