Home
last modified time | relevance | path

Searched refs:testSortedKeysHelper (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/build/soong/android/
H A Dutil_test.go654 func testSortedKeysHelper[K cmp.Ordered, V any](t *testing.T, name string, input map[K]V, expected … func
665 testSortedKeysHelper(t, "simple", map[string]string{
672 testSortedKeysHelper(t, "ints", map[int]interface{}{
680 testSortedKeysHelper(t, "nil", map[string]string(nil), nil)
681 testSortedKeysHelper(t, "empty", map[string]string{}, nil)