diff options
author | chriseth <chris@ethereum.org> | 2018-12-06 05:11:31 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-12-06 05:51:49 +0800 |
commit | bc6ddbdd09860542061baed8df993cb3dafaa406 (patch) | |
tree | 086050790c74a5d75eed165a545df11f9b554619 /test/libevmasm/Assembler.cpp | |
parent | e8455c2a6d33abbebfe678fdaa1728311838e21a (diff) | |
download | dexon-solidity-bc6ddbdd09860542061baed8df993cb3dafaa406.tar.gz dexon-solidity-bc6ddbdd09860542061baed8df993cb3dafaa406.tar.zst dexon-solidity-bc6ddbdd09860542061baed8df993cb3dafaa406.zip |
Remove `w` parameter for toHex.
Diffstat (limited to 'test/libevmasm/Assembler.cpp')
-rw-r--r-- | test/libevmasm/Assembler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/libevmasm/Assembler.cpp b/test/libevmasm/Assembler.cpp index bece2be4..6976755f 100644 --- a/test/libevmasm/Assembler.cpp +++ b/test/libevmasm/Assembler.cpp @@ -106,7 +106,7 @@ BOOST_AUTO_TEST_CASE(all_assembly_items) _assembly.assemblyString(), " /* \"root.asm\":1:3 */\n" "tag_1:\n" - " keccak256(0x2, 0x1)\n" + " keccak256(0x02, 0x01)\n" " bytecodeSize\n" " linkerSymbol(\"bf005014d9d0f534b8fcb268bd84c491a2380f4acd260d1ccfe9cd8201f7e994\")\n" " jump(tag_1)\n" |