mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-01-17 06:35:23 -05:00
fix build break
This commit is contained in:
@@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user