1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-27 09:55:22 +00:00

fix build break

This commit is contained in:
Darien Raymond 2016-12-07 00:31:08 +01:00
parent d716d02cd8
commit 7665dbff34
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

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