Skip to content

Commit

Permalink
Merge pull request #14651 from ethereum/fix-wrong-url-name-in-standar…
Browse files Browse the repository at this point in the history
…d-json-tests

Fix wrong file path in standard json tests
  • Loading branch information
nikola-matic authored Oct 26, 2023
2 parents 28ee5d3 + 23bcc69 commit d8de97d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"language": "Solidity",
"sources": {
"A": {"urls": ["standard_optimizer_yulDetails_optimiserSteps_with_cleanup_sequence/in.sol"]}
"A": {"urls": ["standard_optimizer_yulDetails_optimiserSteps_with_empty_cleanup_sequence/in.sol"]}
},
"settings": {
"optimizer": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"language": "Solidity",
"sources": {
"A": {"urls": ["standard_optimizer_yulDetails_optimiserSteps_with_cleanup_sequence/in.sol"]}
"A": {"urls": ["standard_optimizer_yulDetails_optimiserSteps_with_empty_optimisation_sequence/in.sol"]}
},
"settings": {
"optimizer": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"language": "Solidity",
"sources": {
"A": {"urls": ["standard_optimizer_yulDetails_optimiserSteps_with_cleanup_sequence/in.sol"]}
"A": {"urls": ["standard_optimizer_yulDetails_optimiserSteps_with_empty_sequence/in.sol"]}
},
"settings": {
"optimizer": {
Expand Down

0 comments on commit d8de97d

Please sign in to comment.