mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-09 05:23:40 +00:00
testing: import new version of match.go
This commit is contained in:
committed by
Damian Gryski
parent
50d681359d
commit
ee81c31884
@@ -365,7 +365,7 @@ func runBenchmarks(matchString func(pat, str string) (bool, error), benchmarks [
|
||||
return true
|
||||
}
|
||||
ctx := &benchContext{
|
||||
match: newMatcher(matchString, *matchBenchmarks, "-test.bench"),
|
||||
match: newMatcher(matchString, *matchBenchmarks, "-test.bench", ""),
|
||||
}
|
||||
var bs []InternalBenchmark
|
||||
for _, Benchmark := range benchmarks {
|
||||
|
||||
Reference in New Issue
Block a user