mirror of
https://github.com/v2fly/v2ray-core.git
synced 2024-12-21 17:46:58 -05:00
fix test break
This commit is contained in:
parent
f046f334cd
commit
2f771e7742
@ -11,7 +11,7 @@ import (
|
|||||||
"syscall"
|
"syscall"
|
||||||
|
|
||||||
"v2ray.com/core"
|
"v2ray.com/core"
|
||||||
"v2ray.com/core/common/log"
|
"v2ray.com/core/app/log"
|
||||||
|
|
||||||
_ "v2ray.com/core/main/distro/all"
|
_ "v2ray.com/core/main/distro/all"
|
||||||
)
|
)
|
||||||
@ -103,5 +103,4 @@ func main() {
|
|||||||
<-osSignals
|
<-osSignals
|
||||||
point.Close()
|
point.Close()
|
||||||
}
|
}
|
||||||
log.Close()
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user