diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-03-08 18:48:26 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-03-08 18:48:26 +0100 |
| commit | 36d1c4540af3ef058d68092e41af05aa4a8c5eca (patch) | |
| tree | 3657a5920e4b100749ccb9d2d555652e7b7e28e9 /prog/size_test.go | |
| parent | 63ef857906766b3cafe4aebc43bc38edf42096c3 (diff) | |
all: fix gometalinter warnings
Fix typos, non-canonical code, remove dead code, etc.
Diffstat (limited to 'prog/size_test.go')
| -rw-r--r-- | prog/size_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/size_test.go b/prog/size_test.go index d9ede1739..038c05f3f 100644 --- a/prog/size_test.go +++ b/prog/size_test.go @@ -21,7 +21,7 @@ func TestAssignSizeRandom(t *testing.T) { t.Fatalf("different lens assigned, initial:\n%s\nnew:\n%s\n", data0, data1) } p.Mutate(rs, 10, nil, nil) - data0 = p.Serialize() + p.Serialize() for _, call := range p.Calls { target.assignSizesCall(call) } |
