diff --git a/match_test.go b/match_test.go index c71ed83..7f4c503 100644 --- a/match_test.go +++ b/match_test.go @@ -190,7 +190,6 @@ func TestGlobErrorDirExistsAndContainsFile(t *testing.T) { if err == nil { t.Error("expected error for bad pattern; got none") } - } }