game/common/utils/util_test.go

8 lines
96 B
Go
Raw Normal View History

2025-06-07 22:53:54 +08:00
package utils
import "testing"
func TestCleanWarn(t *testing.T) {
_ = Tie[int](true, 1, 2)
}