fix: parser call in pkgutil

This commit is contained in:
Jan Kaßel 2020-08-27 13:47:44 +02:00
parent 95726f5b9b
commit 1ad66b7650
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ func Test_Stuff(t *testing.T) {
r.NoError(err)
r.Len(infos, 34)
decls, err := parser.Parse(ref.Info)
decls, err := parser.Parse(ref.Info, nil, nil)
r.NoError(err)
r.Len(decls, 11)