diff options
author | wanderer <wanderer@users.noreply.github.com> | 2015-07-12 23:36:35 +0800 |
---|---|---|
committer | wanderer <wanderer@users.noreply.github.com> | 2015-07-12 23:36:35 +0800 |
commit | 57a5bc6cee88cb09577475fbd8f15c87e6e86fd1 (patch) | |
tree | 88f9db4e1488fcc54f0c2cb64455d92fc2db47d6 /RLPTests | |
parent | 6cc4ce9505f6933f1cea6f6903e4c75b6e761cb5 (diff) | |
download | tangerine-tests-57a5bc6cee88cb09577475fbd8f15c87e6e86fd1.tar.gz tangerine-tests-57a5bc6cee88cb09577475fbd8f15c87e6e86fd1.tar.zst tangerine-tests-57a5bc6cee88cb09577475fbd8f15c87e6e86fd1.zip |
fix invalid json
Diffstat (limited to 'RLPTests')
-rw-r--r-- | RLPTests/RandomRLPTests/example.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RLPTests/RandomRLPTests/example.json b/RLPTests/RandomRLPTests/example.json index 6dabee6b0..e395204d0 100644 --- a/RLPTests/RandomRLPTests/example.json +++ b/RLPTests/RandomRLPTests/example.json @@ -2,5 +2,5 @@ "listsoflists2": { "in": "VALID", "out": "c7c0c1c0c3c0c1c0" - }, + } } |