aboutsummaryrefslogtreecommitdiffstats
path: root/test/contracts/LLL_ERC20.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/contracts/LLL_ERC20.cpp')
-rw-r--r--test/contracts/LLL_ERC20.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/contracts/LLL_ERC20.cpp b/test/contracts/LLL_ERC20.cpp
index 25665d64..60b43e4f 100644
--- a/test/contracts/LLL_ERC20.cpp
+++ b/test/contracts/LLL_ERC20.cpp
@@ -396,7 +396,7 @@ protected:
if (!s_compiledErc20)
{
vector<string> errors;
- s_compiledErc20.reset(new bytes(compileLLL(erc20Code, dev::test::Options::get().optimize, &errors)));
+ s_compiledErc20.reset(new bytes(compileLLL(erc20Code, dev::test::Options::get().evmVersion(), dev::test::Options::get().optimize, &errors)));
BOOST_REQUIRE(errors.empty());
}
sendMessage(*s_compiledErc20, true);