From 71a860ecf52c02da815d21a33405faa8a0d3a2b8 Mon Sep 17 00:00:00 2001 From: Daniel Kirchner Date: Tue, 6 Dec 2022 13:48:17 +0100 Subject: [PATCH] hacks --- test/Common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Common.cpp b/test/Common.cpp index 3af23c782..693d74fc6 100644 --- a/test/Common.cpp +++ b/test/Common.cpp @@ -148,7 +148,7 @@ void CommonOptions::validate() const if (enforceGasTest) { assertThrow( - evmVersion() == langutil::EVMVersion{}, + evmVersion() >= langutil::EVMVersion{}, ConfigException, "Gas costs can only be enforced on latest evm version." );