aboutsummaryrefslogtreecommitdiffstats
path: root/test/libevmasm
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-12-06 05:11:31 +0800
committerchriseth <chris@ethereum.org>2018-12-06 05:51:49 +0800
commitbc6ddbdd09860542061baed8df993cb3dafaa406 (patch)
tree086050790c74a5d75eed165a545df11f9b554619 /test/libevmasm
parente8455c2a6d33abbebfe678fdaa1728311838e21a (diff)
downloaddexon-solidity-bc6ddbdd09860542061baed8df993cb3dafaa406.tar.gz
dexon-solidity-bc6ddbdd09860542061baed8df993cb3dafaa406.tar.zst
dexon-solidity-bc6ddbdd09860542061baed8df993cb3dafaa406.zip
Remove `w` parameter for toHex.
Diffstat (limited to 'test/libevmasm')
-rw-r--r--test/libevmasm/Assembler.cpp2
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"