d/testsuite: Amend test to actually trigger the ICE being fixed
authorIain Buclaw <ibuclaw@gdcproject.org>
Fri, 26 Jun 2020 07:24:29 +0000 (09:24 +0200)
committerIain Buclaw <ibuclaw@gdcproject.org>
Fri, 26 Jun 2020 11:59:50 +0000 (13:59 +0200)
gcc/testsuite/ChangeLog:

* gdc.dg/pr95250.d: Updated.

gcc/testsuite/gdc.dg/pr95250.d

index c8810c4..dfb8abb 100644 (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));