d/testsuite: Amend test to actually trigger the ICE being fixed
gcc/testsuite/ChangeLog: * gdc.dg/pr95250.d: Updated.
This commit is contained in:
parent
e74c760730
commit
2ca7883561
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Reference in a new issue