This commit is contained in:
Hackerpilot 2016-12-12 16:46:44 -08:00
parent a36f64fd73
commit 462da68c64
5 changed files with 11 additions and 2 deletions

@ -1 +1 @@
Subproject commit 021df81dd8e23da2b76e8cb9c1b27a3c15efb5e7
Subproject commit fd8e9b02ca46c819e02df4e940061a377c277619

@ -1 +1 @@
Subproject commit 1e24b41392c1363fc52a3d079debde965771be3e
Subproject commit c5fe287cbf672d3710ea62893851a175c3e7f9d3

0
tests/tc045/expected.txt Normal file
View File

4
tests/tc045/file.d Normal file
View File

@ -0,0 +1,4 @@
this()
{
new class C {};
}

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

@ -0,0 +1,5 @@
set -e
set -u
../../bin/dcd-client $1 file.d -c29 > actual.txt
diff actual.txt expected.txt