mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-28 14:12:10 -08:00
commit
e4e00b6f24
|
@ -59,7 +59,7 @@ type (
|
||||||
}
|
}
|
||||||
|
|
||||||
// T implements the needed methods of testing.TB so that we do not need
|
// T implements the needed methods of testing.TB so that we do not need
|
||||||
// to actually import testing (which has the side affect of adding all
|
// to actually import testing (which has the side effect of adding all
|
||||||
// the test flags, which we do not want in non-test binaries even if
|
// the test flags, which we do not want in non-test binaries even if
|
||||||
// they make use of these utilities for some reason).
|
// they make use of these utilities for some reason).
|
||||||
T interface {
|
T interface {
|
||||||
|
|
Loading…
Reference in a new issue