Skip to content

Commit

Permalink
try to fix GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Oct 12, 2022
1 parent ee0354b commit 246a680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dsymbol/src/dsymbol/modulecache.d
Original file line number Diff line number Diff line change
Expand Up @@ -514,9 +514,9 @@ else version (Posix)
{
unittest
{
assert(existsAnd!isFile(`/bin/true`));
assert(existsAnd!isFile(`/bin/sh`));
assert(existsAnd!isDir(`/bin`));
assert(!existsAnd!isDir(`/bin/true`));
assert(!existsAnd!isDir(`/bin/sh`));
assert(!existsAnd!isDir(`/nonexistant_dir/__nonexistant`));
assert(!existsAnd!isFile(`/nonexistant_dir/__nonexistant`));
assert(!existsAnd!isFile(`/bin`));
Expand Down

0 comments on commit 246a680

Please sign in to comment.