diff options
Diffstat (limited to 'predict_test.go')
| -rw-r--r-- | predict_test.go | 6 |
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{}, |
