aboutsummaryrefslogtreecommitdiffstats
path: root/test/tools
diff options
context:
space:
mode:
authorMathias Baumann <marenz@supradigital.org>2018-12-05 17:25:59 +0800
committerMathias Baumann <marenz@supradigital.org>2018-12-05 17:25:59 +0800
commit6e5160efa0d077c1800a5e171f5033ed2fb0f801 (patch)
tree8fcddb0eb73df2029f396821edf10197824e1fe5 /test/tools
parent8b38cf3ed43d17a7d80a45237f1ec5b538af55b3 (diff)
downloaddexon-solidity-6e5160efa0d077c1800a5e171f5033ed2fb0f801.tar.gz
dexon-solidity-6e5160efa0d077c1800a5e171f5033ed2fb0f801.tar.zst
dexon-solidity-6e5160efa0d077c1800a5e171f5033ed2fb0f801.zip
Relax assertion about jumps in loose mode
Diffstat (limited to 'test/tools')
-rw-r--r--test/tools/yulopti.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tools/yulopti.cpp b/test/tools/yulopti.cpp
index e867f049..d0643d73 100644
--- a/test/tools/yulopti.cpp
+++ b/test/tools/yulopti.cpp
@@ -94,7 +94,7 @@ public:
*m_analysisInfo,
errorReporter,
EVMVersion::byzantium(),
- boost::none,
+ langutil::Error::Type::SyntaxError,
Dialect::strictAssemblyForEVM()
);
if (!analyzer.analyze(*m_ast) || !errorReporter.errors().empty())