game/common/utils/util_test.go
2025-06-07 22:53:54 +08:00

8 lines
96 B
Go

package utils
import "testing"
func TestCleanWarn(t *testing.T) {
_ = Tie[int](true, 1, 2)
}