(t *testing.T)
| 19 | } |
| 20 | |
| 21 | func TestFastStringToUint32BigSpan(t *testing.T) { |
| 22 | ms := mapSliceN(map[string]uint32{"a!": 1, "a~": 2}, 2) |
| 23 | checkWithMapSlice(t, ms) |
| 24 | } |
| 25 | |
| 26 | func TestFastStringToUint32(t *testing.T) { |
| 27 | const nStrs = 8192 |
nothing calls this directly
no test coverage detected