diff options
author | obscuren <geffobscura@gmail.com> | 2014-06-27 01:53:08 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-06-27 01:53:08 +0800 |
commit | a98e6a262a21ff08c28495bab5180a1c15826d40 (patch) | |
tree | f57ecbea40ca0354bb050d70a10851669412a581 /ethutil/encoding_test.go | |
parent | 21e389bec5c6ce287273f5a1dd7ed5eee496616a (diff) | |
parent | 491925b71ef3431d2acd8cd0c639d90c9ae0cb2d (diff) | |
download | go-tangerine-a98e6a262a21ff08c28495bab5180a1c15826d40.tar go-tangerine-a98e6a262a21ff08c28495bab5180a1c15826d40.tar.gz go-tangerine-a98e6a262a21ff08c28495bab5180a1c15826d40.tar.bz2 go-tangerine-a98e6a262a21ff08c28495bab5180a1c15826d40.tar.lz go-tangerine-a98e6a262a21ff08c28495bab5180a1c15826d40.tar.xz go-tangerine-a98e6a262a21ff08c28495bab5180a1c15826d40.tar.zst go-tangerine-a98e6a262a21ff08c28495bab5180a1c15826d40.zip |
Merge branch 'develop' into release/0.5.15
Diffstat (limited to 'ethutil/encoding_test.go')
-rw-r--r-- | ethutil/encoding_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ethutil/encoding_test.go b/ethutil/encoding_test.go index cbfbc0eaf..10e1995c0 100644 --- a/ethutil/encoding_test.go +++ b/ethutil/encoding_test.go @@ -64,4 +64,4 @@ func TestCompactDecode(t *testing.T) { if !CompareIntSlice(res, exp) { t.Error("even terminated compact decode. Expected", exp, "got", res) } -}
\ No newline at end of file +} |