Merge "veyron/veyron2/ipc: Call should n ot have a Cancel method."
diff --git a/runtimes/google/ipc/benchmarks/glob/doc.go b/runtimes/google/ipc/benchmarks/glob/doc.go
new file mode 100644
index 0000000..62e4116
--- /dev/null
+++ b/runtimes/google/ipc/benchmarks/glob/doc.go
@@ -0,0 +1,4 @@
+package glob
+
+// This file exists only to prevent build failures from having a test-only
+// package.
diff --git a/runtimes/google/ipc/benchmarks/glob/glob_test.go b/runtimes/google/ipc/benchmarks/glob/glob_test.go
index 9168796..5f7e587 100644
--- a/runtimes/google/ipc/benchmarks/glob/glob_test.go
+++ b/runtimes/google/ipc/benchmarks/glob/glob_test.go
@@ -13,6 +13,9 @@
"veyron.io/veyron/veyron/profiles"
)
+func TestNothing(t *testing.T) {
+}
+
func RunBenchmarkChan(b *testing.B, bufferSize int) {
ch := make(chan string, bufferSize)
go func() {