From 09ce867c36a5f9e88ac84f35659eaeeed4c3dc20 Mon Sep 17 00:00:00 2001 From: wechman Date: Fri, 25 Feb 2022 07:44:43 +0100 Subject: [PATCH] fixup! Fix unreliable ASTJson tests --- test/libsolidity/ASTJSON/assembly/nested_functions.json | 2 +- .../ASTJSON/assembly/nested_functions_parseOnly.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/libsolidity/ASTJSON/assembly/nested_functions.json b/test/libsolidity/ASTJSON/assembly/nested_functions.json index 2ba3bd03a9cb..41a18a1d0ebb 100644 --- a/test/libsolidity/ASTJSON/assembly/nested_functions.json +++ b/test/libsolidity/ASTJSON/assembly/nested_functions.json @@ -89,7 +89,7 @@ } ] }, - "evmVersion": "london", + "evmVersion": %EVMVERSION%, "externalReferences": [ { diff --git a/test/libsolidity/ASTJSON/assembly/nested_functions_parseOnly.json b/test/libsolidity/ASTJSON/assembly/nested_functions_parseOnly.json index 94b69a7615b8..f5f554608006 100644 --- a/test/libsolidity/ASTJSON/assembly/nested_functions_parseOnly.json +++ b/test/libsolidity/ASTJSON/assembly/nested_functions_parseOnly.json @@ -76,7 +76,7 @@ } ] }, - "evmVersion": "london", + "evmVersion": %EVMVERSION%, "externalReferences": [], "id": 5, "nodeType": "InlineAssembly",