Skip to content

Commit

Permalink
fixup! Fix unreliable ASTJson tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wechman committed Feb 25, 2022
1 parent 7e842d2 commit 09ce867
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/libsolidity/ASTJSON/assembly/nested_functions.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
}
]
},
"evmVersion": "london",
"evmVersion": %EVMVERSION%,
"externalReferences":
[
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
}
]
},
"evmVersion": "london",
"evmVersion": %EVMVERSION%,
"externalReferences": [],
"id": 5,
"nodeType": "InlineAssembly",
Expand Down

0 comments on commit 09ce867

Please sign in to comment.