aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/flatrpc/conn_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/flatrpc/conn_test.go')
-rw-r--r--pkg/flatrpc/conn_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/flatrpc/conn_test.go b/pkg/flatrpc/conn_test.go
index 3ab83996e..132fd1cdd 100644
--- a/pkg/flatrpc/conn_test.go
+++ b/pkg/flatrpc/conn_test.go
@@ -28,7 +28,6 @@ func TestConn(t *testing.T) {
RaceFrames: []string{"bar", "baz"},
Features: FeatureCoverage | FeatureLeak,
Files: []string{"file1"},
- Globs: []string{"glob1"},
}
executorMsg := &ExecutorMessage{
Msg: &ExecutorMessages{
@@ -102,7 +101,6 @@ func BenchmarkConn(b *testing.B) {
RaceFrames: []string{"bar", "baz"},
Features: FeatureCoverage | FeatureLeak,
Files: []string{"file1"},
- Globs: []string{"glob1"},
}
done := make(chan bool)