mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-04-21 10:23:06 -04:00
fix build break
This commit is contained in:
parent
d716d02cd8
commit
7665dbff34
@ -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…
x
Reference in New Issue
Block a user