aboutsummaryrefslogtreecommitdiffstats
path: root/vmArithmeticTestFiller.json
diff options
context:
space:
mode:
authorChristoph Jentzsch <jentzsch.software@gmail.com>2014-10-28 15:50:05 +0800
committerChristoph Jentzsch <jentzsch.software@gmail.com>2014-10-28 15:50:05 +0800
commit6b4d35259aa52e05468df69bcf74f0005afeb97f (patch)
treedffc00b03247c45374f2d8b1eedf770907b07f0e /vmArithmeticTestFiller.json
parenta54c3ae704a026c3979308d1c5e0e64be86b3a20 (diff)
downloaddexon-solidity-6b4d35259aa52e05468df69bcf74f0005afeb97f.tar.gz
dexon-solidity-6b4d35259aa52e05468df69bcf74f0005afeb97f.tar.zst
dexon-solidity-6b4d35259aa52e05468df69bcf74f0005afeb97f.zip
Added tests for SIGNEXTEND and BNOT
Diffstat (limited to 'vmArithmeticTestFiller.json')
-rw-r--r--vmArithmeticTestFiller.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/vmArithmeticTestFiller.json b/vmArithmeticTestFiller.json
index 9e953838..97bf57b8 100644
--- a/vmArithmeticTestFiller.json
+++ b/vmArithmeticTestFiller.json
@@ -1332,7 +1332,7 @@
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "1000000000000000000",
"nonce" : 0,
- "code" : "{ [[ 0 ]] (NEG 0 )}",
+ "code" : "{ [[ 0 ]] (BNOT 0 )}",
"storage": {}
}
},
@@ -1360,7 +1360,7 @@
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "1000000000000000000",
"nonce" : 0,
- "code" : "{ [[ 0 ]] (NEG 2 )}",
+ "code" : "{ [[ 0 ]] (BNOT 2 )}",
"storage": {}
}
},
@@ -1388,7 +1388,7 @@
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "1000000000000000000",
"nonce" : 0,
- "code" : "{ [[ 0 ]] (NEG 115792089237316195423570985008687907853269984665640564039457584007913129639935 )}",
+ "code" : "{ [[ 0 ]] (BNOT 115792089237316195423570985008687907853269984665640564039457584007913129639935 )}",
"storage": {}
}
},
@@ -1416,7 +1416,7 @@
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "1000000000000000000",
"nonce" : 0,
- "code" : "{ [[ 0 ]] (NEG (- 0 2) )}",
+ "code" : "{ [[ 0 ]] (BNOT (- 0 2) )}",
"storage": {}
}
},
@@ -1444,7 +1444,7 @@
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "1000000000000000000",
"nonce" : 0,
- "code" : "{ [[ 0 ]] (NEG (- 0 115792089237316195423570985008687907853269984665640564039457584007913129639935) )}",
+ "code" : "{ [[ 0 ]] (BNOT (- 0 115792089237316195423570985008687907853269984665640564039457584007913129639935) )}",
"storage": {}
}
},
@@ -1472,7 +1472,7 @@
"0f572e5295c57f15886f9b263e2f6d2d6c7b5ec6" : {
"balance" : "1000000000000000000",
"nonce" : 0,
- "code" : "{ [[ 0 ]] (NEG (- 0 0) )}",
+ "code" : "{ [[ 0 ]] (BNOT (- 0 0) )}",
"storage": {}
}
},