blob: add == test

Change-Id: If3a8096e885d51316e3841d9a6bde625ee76f51e
This commit is contained in:
Brad Fitzpatrick 2013-08-03 22:25:39 -07:00
parent 0bdf20884b
commit 41fe3660c2
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ func TestParse(t *testing.T) {
if dig := r.Digest(); dig != wantDig {
t.Errorf("Digest(%q) = %q; want %q", tt.in, dig, wantDig)
}
_ = r == r // test that concrete type of r supports equality
}
}