aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Jentzsch <jentzsch.software@gmail.com>2014-11-04 21:04:17 +0800
committerChristoph Jentzsch <jentzsch.software@gmail.com>2014-11-04 21:04:17 +0800
commitf49fbb16a06b807aee8c87369e56e4821389bd63 (patch)
tree298ab32a5b91ed03b32b1b0c4a7a45ef9675559b
parentc931e3ceec902c31734fe6e7143a209d7637611f (diff)
parent47d37b12a3050aa90a9aa7c6e379e46cb6b94eeb (diff)
downloaddexon-solidity-f49fbb16a06b807aee8c87369e56e4821389bd63.tar.gz
dexon-solidity-f49fbb16a06b807aee8c87369e56e4821389bd63.tar.zst
dexon-solidity-f49fbb16a06b807aee8c87369e56e4821389bd63.zip
Merge remote-tracking branch 'upstream/develop' into NewStateTests
-rw-r--r--solidityCompiler.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/solidityCompiler.cpp b/solidityCompiler.cpp
index e0860511..e024043e 100644
--- a/solidityCompiler.cpp
+++ b/solidityCompiler.cpp
@@ -193,7 +193,9 @@ BOOST_AUTO_TEST_CASE(arithmetics)
byte(eth::Instruction::SWAP1),
byte(eth::Instruction::SUB),
byte(eth::Instruction::ADD),
+ byte(eth::Instruction::SWAP1),
byte(eth::Instruction::MOD),
+ byte(eth::Instruction::SWAP1),
byte(eth::Instruction::DIV),
byte(eth::Instruction::MUL)});
BOOST_CHECK_EQUAL_COLLECTIONS(code.begin(), code.end(), expectation.begin(), expectation.end());