Home | History | Annotate | Download | only in gob

Lines Matching full:verifyint

85 func verifyInt(i int64, t *testing.T) {
103 verifyInt(i, t)
104 verifyInt(-i, t)
105 verifyInt(^i, t)
110 verifyInt(-1<<63, t) // a tricky case