Searched defs:dumpCheck (Results 1 – 1 of 1) sorted by relevance
445 type dumpCheck struct { struct446 tag string447 re *regexp.Regexp448 negate bool449 nonzero bool450 zero bool456 func runDumpChecks(t *testing.T, s state, dir string, flags []string, checks []dumpCheck) {