summaryrefslogtreecommitdiff
path: root/predict_test.go
diff options
context:
space:
mode:
authorEyal Posener <[email protected]>2017-11-04 11:52:09 +0200
committerGitHub <[email protected]>2017-11-04 11:52:09 +0200
commit00c86494ff7035cfd62f66042e9ca2b118b90122 (patch)
treeb507c4736c6f8de2e887e76b952961d1c8dcc44c /predict_test.go
parent88e59760adaddb8276c9b15511302890690e2dae (diff)
parentc45e6fe8516b89faca97fc3a485949a07a9530c7 (diff)
Merge pull request #53 from posener/finally-filter-matches
Filter matches as a final stage
Diffstat (limited to 'predict_test.go')
-rw-r--r--predict_test.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/predict_test.go b/predict_test.go
index ac26e33..ba876d0 100644
--- a/predict_test.go
+++ b/predict_test.go
@@ -22,12 +22,6 @@ func TestPredicate(t *testing.T) {
want: []string{"a", "b", "c"},
},
{
- name: "set with does",
- p: PredictSet("./..", "./x"),
- argList: []string{"./.", "./.."},
- want: []string{"./.."},
- },
- {
name: "set/empty",
p: PredictSet(),
want: []string{},