1
0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-02-23 01:33:16 +03:00
2021-09-20 21:00:55 +08:00

13 lines
139 B
Go

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