Remove test from server split
This commit is contained in:
parent
c0caf5cea6
commit
22dffe1468
|
|
@ -1,2 +0,0 @@
|
||||||
calltips
|
|
||||||
void doStuff(int a, int b)
|
|
||||||
|
|
@ -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;
|
|
||||||
}
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
set -e
|
|
||||||
set -u
|
|
||||||
|
|
||||||
../../bin/dcd-client $1 file.d -c161 > actual1.txt
|
|
||||||
diff actual1.txt expected1.txt
|
|
||||||
Loading…
Reference in New Issue