1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-01-21 00:25:21 -05:00
Files
v2fly/main/main_test.go
Darien Raymond c1f91567ad refactor shell
2016-10-12 16:46:02 +02:00

12 lines
115 B
Go

// +build coveragemain
package main
import (
"testing"
)
func TestRunMainForCoverage(t *testing.T) {
main()
}