mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-12-30 22:15:27 -05:00
rename 'this'
This commit is contained in:
@@ -18,9 +18,9 @@ type Assert struct {
|
||||
t *testing.T
|
||||
}
|
||||
|
||||
func (this *Assert) Fail(message string) {
|
||||
func (v *Assert) Fail(message string) {
|
||||
fmt.Println(decorate(message))
|
||||
this.t.Fail()
|
||||
v.t.Fail()
|
||||
}
|
||||
|
||||
func getCaller() (string, int) {
|
||||
|
||||
Reference in New Issue
Block a user