Skip to content

Commit 02c72f2

Browse files
fix failing test
1 parent 6381b03 commit 02c72f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

std/conv.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,7 @@ if (!(is(S : T) &&
10451045
{
10461046
return value.toString();
10471047
}
1048-
static if (is(ToStringReturnType : T))
1048+
else static if (is(ToStringReturnType : T))
10491049
{
10501050
return to!T(value.toString());
10511051
}

0 commit comments

Comments
 (0)