fix a typo in test/conformance/walk.go

This commit is contained in:
cly 2022-09-20 09:23:06 +08:00
parent 25b93a607a
commit 7975be8fdc

View File

@ -58,7 +58,7 @@ var (
confDoc = flag.Bool("docs", false, "write a conformance document") confDoc = flag.Bool("docs", false, "write a conformance document")
version = flag.String("version", "v1.9", "version of this conformance document") version = flag.String("version", "v1.9", "version of this conformance document")
// If a test name contains any of these tags, it is ineligble for promotion to conformance // If a test name contains any of these tags, it is ineligible for promotion to conformance
regexIneligibleTags = regexp.MustCompile(`\[(Alpha|Feature:[^\]]+|Flaky)\]`) regexIneligibleTags = regexp.MustCompile(`\[(Alpha|Feature:[^\]]+|Flaky)\]`)
// Conformance comments should be within this number of lines to the call itself. // Conformance comments should be within this number of lines to the call itself.