mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Auto-update command line expectations
Force auto-update all expectations, this make their trailing new lines consistent
This commit is contained in:
parent
5b0bb0defb
commit
62a10d85d9
@ -1,3 +1,3 @@
|
|||||||
gas_test_abiv2/input.sol:2:1: Warning: Experimental features are turned on. Do not use experimental features on live deployments.
|
gas_test_abiv2/input.sol:2:1: Warning: Experimental features are turned on. Do not use experimental features on live deployments.
|
||||||
pragma experimental ABIEncoderV2;
|
pragma experimental ABIEncoderV2;
|
||||||
^-------------------------------^
|
^-------------------------------^
|
||||||
|
@ -65,4 +65,3 @@ sub_0: assembly {
|
|||||||
/* "object_compiler/input.sol":407:422 */
|
/* "object_compiler/input.sol":407:422 */
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
{"sources":{"A":{"id":0}}}
|
{"sources":{"A":{"id":0}}}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"errors":[{"component":"general","formattedMessage":"Unknown key \"notThere\"","message":"Unknown key \"notThere\"","severity":"error","type":"JSONError"}]}
|
{"errors":[{"component":"general","formattedMessage":"Unknown key \"notThere\"","message":"Unknown key \"notThere\"","severity":"error","type":"JSONError"}]}
|
||||||
|
@ -1,2 +1 @@
|
|||||||
{"errors":[{"component":"general","formattedMessage":"\"auxiliaryInput\" must be an object","message":"\"auxiliaryInput\" must be an object","severity":"error","type":"JSONError"}]}
|
{"errors":[{"component":"general","formattedMessage":"\"auxiliaryInput\" must be an object","message":"\"auxiliaryInput\" must be an object","severity":"error","type":"JSONError"}]}
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
{"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"}]}
|
{"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"}]}
|
||||||
|
@ -1 +1 @@
|
|||||||
{"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"}]}
|
{"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"}]}
|
||||||
|
@ -201,4 +201,3 @@ tag_2:
|
|||||||
swap16
|
swap16
|
||||||
jump
|
jump
|
||||||
tag_4:
|
tag_4:
|
||||||
|
|
||||||
|
@ -3,4 +3,3 @@ Exception while assembling:
|
|||||||
Dynamic exception type:
|
Dynamic exception type:
|
||||||
std::exception::what: Variable a1 is 17 slot(s) too deep inside the stack.
|
std::exception::what: Variable a1 is 17 slot(s) too deep inside the stack.
|
||||||
[dev::tag_comment*] = Variable a1 is 17 slot(s) too deep inside the stack.
|
[dev::tag_comment*] = Variable a1 is 17 slot(s) too deep inside the stack.
|
||||||
|
|
||||||
|
@ -28,4 +28,3 @@ object "object" {
|
|||||||
sstore(a1, a2)
|
sstore(a1, a2)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user