mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Failing test: standard_yul_single_file_via_urls
This commit is contained in:
parent
4560e5bdd9
commit
1a9ba1baca
1
test/cmdlineTests/standard_yul_single_file_via_urls/args
Normal file
1
test/cmdlineTests/standard_yul_single_file_via_urls/args
Normal file
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user