From f1f121fef6823cd6a7d4b2d577f53f774119ae36 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Tue, 20 Sep 2011 12:04:10 -0700 Subject: [PATCH] Now that Go bug 2267 is fixed, update this. Change-Id: I3794c12e68231a3e4d0fdb3f6ee376f934833f50 --- .last_go_version | 2 +- lib/go/camli/blobref/blobref_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.last_go_version b/.last_go_version index d952dff08..d5d553e0f 100644 --- a/.last_go_version +++ b/.last_go_version @@ -1 +1 @@ -6g version weekly.2011-09-16 9779 +6g version weekly.2011-09-16 9821+ diff --git a/lib/go/camli/blobref/blobref_test.go b/lib/go/camli/blobref/blobref_test.go index 4c7323c6b..1ecba0c78 100644 --- a/lib/go/camli/blobref/blobref_test.go +++ b/lib/go/camli/blobref/blobref_test.go @@ -111,7 +111,7 @@ func TestGobbing(t *testing.T) { } d := gob.NewDecoder(buf) - var got BlobRef + var got *BlobRef err = d.Decode(&got) if err != nil { t.Errorf("Decode: %v", err)