Fixed unittest hang. I thought I'd already checked in this change, but I guess not.

This commit is contained in:
Sean Kelly 2010-10-08 17:31:38 +00:00
parent be63564a50
commit b8d0976c69

View file

@ -720,7 +720,7 @@ private
}
else static if( Args.length == 1 && isTuple!(Args) )
{
if( data.convertsTo!(Wrap) )
if( data.convertsTo!(Args) )
{
static if( is( ReturnType!(t) == bool ) )
{