summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/mailru/easyjson/benchmark/dummy_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/mailru/easyjson/benchmark/dummy_test.go')
-rw-r--r--vendor/github.com/mailru/easyjson/benchmark/dummy_test.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/vendor/github.com/mailru/easyjson/benchmark/dummy_test.go b/vendor/github.com/mailru/easyjson/benchmark/dummy_test.go
deleted file mode 100644
index 3d928ca7c..000000000
--- a/vendor/github.com/mailru/easyjson/benchmark/dummy_test.go
+++ /dev/null
@@ -1,11 +0,0 @@
-package benchmark
-
-import (
- "testing"
-)
-
-type DummyWriter struct{}
-
-func (w DummyWriter) Write(data []byte) (int, error) { return len(data), nil }
-
-func TestToSuppressNoTestsWarning(t *testing.T) {}