Showing with 1 addition and 1 deletion.
  1. +1 −1 test/runnable/test13117.d
2 changes: 1 addition & 1 deletion test/runnable/test13117.d
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ int main()
version (D_LP64)
enum limit = 1328520;
else
enum limit = 1253540;
enum limit = 1_380_000;
return size > limit * 11 / 10;
}