(t *testing.T)
| 117 | } |
| 118 | |
| 119 | func (s) TestCompressServerHasNoSupport(t *testing.T) { |
| 120 | for _, e := range listTestEnv() { |
| 121 | testCompressServerHasNoSupport(t, e) |
| 122 | } |
| 123 | } |
| 124 | |
| 125 | func testCompressServerHasNoSupport(t *testing.T, e env) { |
| 126 | te := newTest(t, e) |
nothing calls this directly
no test coverage detected