mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-06-26 21:29:58 +00:00
8 lines
114 B
Go
8 lines
114 B
Go
![]() |
package scenarios
|
||
|
|
||
|
import "testing"
|
||
|
|
||
|
func TestInstanceMgrInit(t *testing.T) {
|
||
|
NewInstanceManagerCoreInstance()
|
||
|
}
|