mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix lll test.
This commit is contained in:
parent
e5b0ad562e
commit
7af9d10006
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user