summaryrefslogtreecommitdiff
path: root/predict_test.go
diff options
context:
space:
mode:
authorEyal Posener <[email protected]>2017-11-04 11:52:49 +0200
committerGitHub <[email protected]>2017-11-04 11:52:49 +0200
commita1f9ea005b8360153429321071da4e42ce6ce323 (patch)
tree0f7976f712f3cb3c70eac8eb78b5027e445e16c8 /predict_test.go
parentaae7e1e39fb3554591e2d20b4c86fea9bf2b15bc (diff)
parent00c86494ff7035cfd62f66042e9ca2b118b90122 (diff)
Merge branch 'master' into split-last-equal
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 8baecf7..24df78d 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{},