diff options
author | chriseth <chris@ethereum.org> | 2017-06-15 16:07:17 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-06-15 16:07:17 +0800 |
commit | 7af9d1000668c9628a2ee6294975cd7558ee1dbf (patch) | |
tree | 0b0d1c1081ca06f94dc4cfcd5d1e294741432102 | |
parent | e5b0ad562e550a092aa966d8f5b9cb15ca625255 (diff) | |
download | dexon-solidity-7af9d1000668c9628a2ee6294975cd7558ee1dbf.tar dexon-solidity-7af9d1000668c9628a2ee6294975cd7558ee1dbf.tar.gz dexon-solidity-7af9d1000668c9628a2ee6294975cd7558ee1dbf.tar.bz2 dexon-solidity-7af9d1000668c9628a2ee6294975cd7558ee1dbf.tar.lz dexon-solidity-7af9d1000668c9628a2ee6294975cd7558ee1dbf.tar.xz dexon-solidity-7af9d1000668c9628a2ee6294975cd7558ee1dbf.tar.zst dexon-solidity-7af9d1000668c9628a2ee6294975cd7558ee1dbf.zip |
Fix lll test.
-rw-r--r-- | test/liblll/EndToEndTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/liblll/EndToEndTest.cpp b/test/liblll/EndToEndTest.cpp index 9021fa43..3928ff45 100644 --- a/test/liblll/EndToEndTest.cpp +++ b/test/liblll/EndToEndTest.cpp @@ -272,7 +272,7 @@ BOOST_AUTO_TEST_CASE(assembly_codecopy) (seq (lit 0x00 "abcdef") (asm - 0x06 0x16 0x20 codecopy + 0x06 6 codesize sub 0x20 codecopy 0x20 0x20 return))) )"; compileAndRun(sourceCode); |