mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-13 23:43:40 +00:00
main: fix tests with default TestConfig.Count=0 doesn't skip all tests
This commit is contained in:
@@ -545,7 +545,7 @@ type TestConfig struct {
|
||||
Verbose bool
|
||||
Short bool
|
||||
RunRegexp string
|
||||
Count int
|
||||
Count *int
|
||||
BenchRegexp string
|
||||
BenchTime string
|
||||
BenchMem bool
|
||||
|
||||
Reference in New Issue
Block a user