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 @@ -6,7 +6,7 @@ int main()
auto size = thisExePath.getSize();
writeln(size);
version (D_LP64)
enum limit = 1328520;
enum limit = 1_500_904;
else
enum limit = 1_380_000;
return size > limit * 11 / 10;
Expand Down