(t *testing.T)
| 255 | } |
| 256 | |
| 257 | func TestSimpleStoreKeepBadFiles(t *testing.T) { |
| 258 | testSimpleStoreCleanupBadFiles(t, "cleanupBadFiles(false)", false) |
| 259 | } |
| 260 | |
| 261 | func testSimpleStoreCleanupBadFiles(t *testing.T, |
| 262 | label string, |
nothing calls this directly
no test coverage detected
searching dependent graphs…