fix build break

pull/314/head
Darien Raymond 8 years ago
parent d716d02cd8
commit 7665dbff34
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

@ -23,7 +23,7 @@ type PointerSubject struct {
func (subject *PointerSubject) Equals(expectation interface{}) {
if subject.value != expectation {
subject.Fail("is equal to", serial.PointerToString(expectation))
subject.Fail("is equal to", serial.ToString(expectation))
}
}

Loading…
Cancel
Save