1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-27 14:01:12 +01:00
Files
descheduler/vendor/github.com/mailru/easyjson/benchmark/dummy_test.go
2017-07-29 15:15:36 -04:00

12 lines
200 B
Go

package benchmark
import (
"testing"
)
type DummyWriter struct{}
func (w DummyWriter) Write(data []byte) (int, error) { return len(data), nil }
func TestToSuppressNoTestsWarning(t *testing.T) {}