mirror of https://github.com/adamdruppe/arsd.git
Fix unittest compile error:
```` arsd/cgi.d(565): Error: constructor `arsd.cgi.CgiTester.this(void function(Cgi) requestHandler)` is not callable using argument types `(void delegate(Cgi cgi) pure nothrow @nogc @safe)` arsd/cgi.d(565): cannot pass argument `&requestHandler` of type `void delegate(Cgi cgi) pure nothrow @nogc @safe` to parameter `void function(Cgi) requestHandler` ````
This commit is contained in:
parent
7958a5eb93
commit
64d9b7319a