diff --git a/source/dub/generators/visuald.d b/source/dub/generators/visuald.d index 089e545..3876657 100644 --- a/source/dub/generators/visuald.d +++ b/source/dub/generators/visuald.d @@ -536,12 +536,12 @@ unittest { SourceFile[] sfs = [ - { "", Path("b/file.d"), Path("") }, - { "", Path("b/b/fileA.d"), Path("") }, - { "", Path("a/file.d"), Path("") }, - { "", Path("b/b/fileB.d"), Path("") }, - { "", Path("b/b/b/fileA.d"), Path("") }, - { "", Path("b/c/fileA.d"), Path("") }, + { Path("b/file.d"), Path("") }, + { Path("b/b/fileA.d"), Path("") }, + { Path("a/file.d"), Path("") }, + { Path("b/b/fileB.d"), Path("") }, + { Path("b/b/b/fileA.d"), Path("") }, + { Path("b/c/fileA.d"), Path("") }, ]; auto sorted = sort(sfs); SourceFile[] sortedSfs;