Skip to content
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.

Commit

Permalink
Missing dependency test
Browse files Browse the repository at this point in the history
  • Loading branch information
WebFreak001 committed Sep 17, 2018
1 parent fd7c899 commit cc9b06c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/tc_dub_empty/missing_dep/source/app.d
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
void main()
{
}
1 change: 1 addition & 0 deletions test/tc_dub_empty/source/app.d
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ void main()
assert(tryDub("sourcelib"));
version (Windows)
assert(tryDub("empty_windows"));
assert(tryDub("missing_dep"));
stderr.writeln("Success!");
}

Expand Down

0 comments on commit cc9b06c

Please sign in to comment.