Remove test from server split

This commit is contained in:
WebFreak001 2017-08-17 19:33:00 +02:00
parent c0caf5cea6
commit 22dffe1468
3 changed files with 0 additions and 15 deletions

View File

@ -1,2 +0,0 @@
calltips
void doStuff(int a, int b)

View File

@ -1,8 +0,0 @@
void doStuff(int a, int b) { return; }
int getInt(int i, int[] b) { return i; }
int b(int a) { return a; }
void main(string[] args)
{
doStuff(getInt(1, [b(3)]),);
auto x = 10, 20;
}

View File

@ -1,5 +0,0 @@
set -e
set -u
../../bin/dcd-client $1 file.d -c161 > actual1.txt
diff actual1.txt expected1.txt