Add test case for empty modules

fix was dlang-community/dsymbol#117
This commit is contained in:
Basile Burg 2019-03-30 17:28:35 +01:00
parent 33a673836e
commit 26b1be49d6
3 changed files with 6 additions and 0 deletions

View File

View File

@ -0,0 +1 @@
import empty:

5
tests/tc_empty_module/run.sh Executable file
View File

@ -0,0 +1,5 @@
set -e
set -u
../../bin/dcd-client $1 file.d --extended -c$(stat -c %s file.d) > actual.txt
diff actual.txt expected.txt