Auto-update command line expectations

Force auto-update all expectations, this make their trailing new lines
consistent
This commit is contained in:
mingchuan 2019-04-08 00:48:04 +08:00
parent 5b0bb0defb
commit 62a10d85d9
No known key found for this signature in database
GPG Key ID: 607CD25FA2D03651
10 changed files with 5 additions and 10 deletions

View File

@ -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;
^-------------------------------^ ^-------------------------------^

View File

@ -65,4 +65,3 @@ sub_0: assembly {
/* "object_compiler/input.sol":407:422 */ /* "object_compiler/input.sol":407:422 */
return return
} }

View File

@ -1 +1 @@
{"sources":{"A":{"id":0}}} {"sources":{"A":{"id":0}}}

View File

@ -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"}]}

View File

@ -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"}]}

View File

@ -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"}]}

View File

@ -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"}]}

View File

@ -201,4 +201,3 @@ tag_2:
swap16 swap16
jump jump
tag_4: tag_4:

View File

@ -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.

View File

@ -28,4 +28,3 @@ object "object" {
sstore(a1, a2) sstore(a1, a2)
} }
} }