mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
vendor files
This commit is contained in:
11
vendor/github.com/mailru/easyjson/benchmark/dummy_test.go
generated
vendored
Normal file
11
vendor/github.com/mailru/easyjson/benchmark/dummy_test.go
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
package benchmark
|
||||
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
type DummyWriter struct{}
|
||||
|
||||
func (w DummyWriter) Write(data []byte) (int, error) { return len(data), nil }
|
||||
|
||||
func TestToSuppressNoTestsWarning(t *testing.T) {}
|
Reference in New Issue
Block a user