Fix lll test.

This commit is contained in:
chriseth 2017-06-15 10:07:17 +02:00
parent e5b0ad562e
commit 7af9d10006

View File

@ -272,7 +272,7 @@ BOOST_AUTO_TEST_CASE(assembly_codecopy)
(seq (seq
(lit 0x00 "abcdef") (lit 0x00 "abcdef")
(asm (asm
0x06 0x16 0x20 codecopy 0x06 6 codesize sub 0x20 codecopy
0x20 0x20 return))) 0x20 0x20 return)))
)"; )";
compileAndRun(sourceCode); compileAndRun(sourceCode);