aboutsummaryrefslogtreecommitdiffstats
path: root/src/VMTestsFiller/vmArithmeticTest
diff options
context:
space:
mode:
authorEverett Hildenbrandt <hildenb2@illinois.edu>2018-05-31 11:30:23 +0800
committerEverett Hildenbrandt <hildenb2@illinois.edu>2018-05-31 11:30:23 +0800
commit93ea2fb920c4feeed28ac7729027bbd53dbc527c (patch)
tree2bafdd103e33240d9ccd44f937225c068a014f48 /src/VMTestsFiller/vmArithmeticTest
parent41097bcf4a00a30f36eab4107661e1355331fea6 (diff)
downloaddexon-tests-93ea2fb920c4feeed28ac7729027bbd53dbc527c.tar.gz
dexon-tests-93ea2fb920c4feeed28ac7729027bbd53dbc527c.tar.zst
dexon-tests-93ea2fb920c4feeed28ac7729027bbd53dbc527c.zip
src/VMTestsFiller: convert inline assembly to hex data to avoid LLL errors
Diffstat (limited to 'src/VMTestsFiller/vmArithmeticTest')
-rw-r--r--src/VMTestsFiller/vmArithmeticTest/sdiv_dejavuFiller.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VMTestsFiller/vmArithmeticTest/sdiv_dejavuFiller.json b/src/VMTestsFiller/vmArithmeticTest/sdiv_dejavuFiller.json
index a075f98e8..72308fd1c 100644
--- a/src/VMTestsFiller/vmArithmeticTest/sdiv_dejavuFiller.json
+++ b/src/VMTestsFiller/vmArithmeticTest/sdiv_dejavuFiller.json
@@ -19,7 +19,7 @@
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "1000000000000000000",
"nonce" : "0",
- "code" : "( asm PUSH1 0x05 PUSH1 0x09 PUSH1 0x00 SUB SDIV DUP1 PUSH1 0 SSTORE )",
+ "code" : "( asm 0x05 0x09 0x00 SUB SDIV DUP1 0 SSTORE )",
"storage": {}
}
},