d/testsuite: Amend test to actually trigger the ICE being fixed

gcc/testsuite/ChangeLog:

	* gdc.dg/pr95250.d: Updated.
This commit is contained in:
Iain Buclaw 2020-06-26 09:24:29 +02:00
parent e74c760730
commit 2ca7883561

View file

@ -8,7 +8,7 @@ template Unsigned(T)
}
void* f95250(T)(T a, T b)
void* f(T)(T a, T b)
{
alias UnsignedVoid = Unsigned!(T);
return cast(T)(cast(T)(cast(UnsignedVoid)(a-b) / 2));