Now that Go bug 2267 is fixed, update this.

Change-Id: I3794c12e68231a3e4d0fdb3f6ee376f934833f50
This commit is contained in:
Brad Fitzpatrick 2011-09-20 12:04:10 -07:00
parent 8c3edb6006
commit f1f121fef6
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
6g version weekly.2011-09-16 9779
6g version weekly.2011-09-16 9821+

View File

@ -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)