1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 01:40:44 +00:00
v2fly/main/main_test.go

12 lines
115 B
Go
Raw Normal View History

2016-08-08 22:55:36 +00:00
// +build coveragemain
package main
import (
"testing"
)
func TestRunMainForCoverage(t *testing.T) {
main()
}