From 0b53a5c67381b3843ae01bf4210b57416ab5d210 Mon Sep 17 00:00:00 2001 From: Gustav Simonsson Date: Tue, 7 Jul 2015 22:14:35 +0200 Subject: Update Ethereum JSON test files and wrappers --- tests/files/RLPTests/RandomRLPTests/example.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/files/RLPTests/RandomRLPTests/example.json (limited to 'tests/files/RLPTests/RandomRLPTests/example.json') diff --git a/tests/files/RLPTests/RandomRLPTests/example.json b/tests/files/RLPTests/RandomRLPTests/example.json new file mode 100644 index 000000000..6dabee6b0 --- /dev/null +++ b/tests/files/RLPTests/RandomRLPTests/example.json @@ -0,0 +1,6 @@ +{ + "listsoflists2": { + "in": "VALID", + "out": "c7c0c1c0c3c0c1c0" + }, +} -- cgit