diff options
author | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-07-08 04:14:35 +0800 |
---|---|---|
committer | Gustav Simonsson <gustav.simonsson@gmail.com> | 2015-07-08 19:08:42 +0800 |
commit | 0b53a5c67381b3843ae01bf4210b57416ab5d210 (patch) | |
tree | 9c45a6dc4e498c2fafe4d4e43f08b3de1c94d750 /tests/files/BasicTests | |
parent | a2333bcbb46245e07357be1f9af4108e9bf1fe40 (diff) | |
download | go-tangerine-0b53a5c67381b3843ae01bf4210b57416ab5d210.tar go-tangerine-0b53a5c67381b3843ae01bf4210b57416ab5d210.tar.gz go-tangerine-0b53a5c67381b3843ae01bf4210b57416ab5d210.tar.bz2 go-tangerine-0b53a5c67381b3843ae01bf4210b57416ab5d210.tar.lz go-tangerine-0b53a5c67381b3843ae01bf4210b57416ab5d210.tar.xz go-tangerine-0b53a5c67381b3843ae01bf4210b57416ab5d210.tar.zst go-tangerine-0b53a5c67381b3843ae01bf4210b57416ab5d210.zip |
Update Ethereum JSON test files and wrappers
Diffstat (limited to 'tests/files/BasicTests')
-rw-r--r-- | tests/files/BasicTests/RandomRLPTests/example.json | 6 | ||||
-rw-r--r-- | tests/files/BasicTests/invalidRLPtest.json | 11 |
2 files changed, 0 insertions, 17 deletions
diff --git a/tests/files/BasicTests/RandomRLPTests/example.json b/tests/files/BasicTests/RandomRLPTests/example.json deleted file mode 100644 index bd1375332..000000000 --- a/tests/files/BasicTests/RandomRLPTests/example.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "listsoflists2": { - "in": [ [], [[]], [ [], [[]] ] ], - "out": "c7c0c1c0c3c0c1c0" - }, -} diff --git a/tests/files/BasicTests/invalidRLPtest.json b/tests/files/BasicTests/invalidRLPtest.json deleted file mode 100644 index f2acd371d..000000000 --- a/tests/files/BasicTests/invalidRLPtest.json +++ /dev/null @@ -1,11 +0,0 @@ -{ - "int32Overflow": { - "in": "INVALID", - "out": "bf0f000000000000021111" - }, - - "int32Overflow2": { - "in": "INVALID", - "out": "ff0f000000000000021111" - }, -} |