mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 15:03:41 +00:00
testing: remove unused variable left over from count prototyping
This commit is contained in:
committed by
Damian Gryski
parent
66d3c4edb8
commit
8badf79af9
@@ -27,7 +27,6 @@ var (
|
|||||||
matchBenchmarks *string
|
matchBenchmarks *string
|
||||||
benchmarkMemory *bool
|
benchmarkMemory *bool
|
||||||
benchTime = benchTimeFlag{d: 1 * time.Second} // changed during test of testing package
|
benchTime = benchTimeFlag{d: 1 * time.Second} // changed during test of testing package
|
||||||
testCount *int
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type benchTimeFlag struct {
|
type benchTimeFlag struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user