repair bit rot on make -cov

This commit is contained in:
Walter Bright 2010-12-11 06:02:12 +00:00
parent 31f3424b85
commit eeb6796e9a
7 changed files with 70 additions and 10 deletions

View file

@ -558,7 +558,9 @@ unittest
printf("---\n");
assert(ih.getHostByAddr(ih.addrList[0]));
// Sometimes the following line fails on Windows, don't know why
//assert(ih.getHostByAddr(ih.addrList[0]));
printf("name = %.*s\n", ih.name);
foreach(int i, string s; ih.aliases)
{