diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/VMTestsFiller/vmArithmeticTest/sdiv_dejavuFiller.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VMTestsFiller/vmArithmeticTest/sdiv_dejavuFiller.json b/src/VMTestsFiller/vmArithmeticTest/sdiv_dejavuFiller.json index 72308fd1c..371be730a 100644 --- a/src/VMTestsFiller/vmArithmeticTest/sdiv_dejavuFiller.json +++ b/src/VMTestsFiller/vmArithmeticTest/sdiv_dejavuFiller.json @@ -11,7 +11,7 @@ "expect" : { "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { "storage" : { - "0x" : "0x00" + "0x00" : "0xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" } } }, @@ -19,7 +19,7 @@ "0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : { "balance" : "1000000000000000000", "nonce" : "0", - "code" : "( asm 0x05 0x09 0x00 SUB SDIV DUP1 0 SSTORE )", + "code" : "( asm 0x05 0x09 0x00 SUB SDIV DUP1 0x0 SSTORE )", "storage": {} } }, |