diff options
author | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-04 21:04:17 +0800 |
---|---|---|
committer | Christoph Jentzsch <jentzsch.software@gmail.com> | 2014-11-04 21:04:17 +0800 |
commit | f49fbb16a06b807aee8c87369e56e4821389bd63 (patch) | |
tree | 298ab32a5b91ed03b32b1b0c4a7a45ef9675559b | |
parent | c931e3ceec902c31734fe6e7143a209d7637611f (diff) | |
parent | 47d37b12a3050aa90a9aa7c6e379e46cb6b94eeb (diff) | |
download | dexon-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.cpp | 2 |
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()); |