mirror of https://github.com/v2ray/v2ray-core
fix build break
parent
d716d02cd8
commit
7665dbff34
|
@ -23,7 +23,7 @@ type PointerSubject struct {
|
||||||
|
|
||||||
func (subject *PointerSubject) Equals(expectation interface{}) {
|
func (subject *PointerSubject) Equals(expectation interface{}) {
|
||||||
if subject.value != expectation {
|
if subject.value != expectation {
|
||||||
subject.Fail("is equal to", serial.PointerToString(expectation))
|
subject.Fail("is equal to", serial.ToString(expectation))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue