Skip to content

Commit

Permalink
increment EXE file size again
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jul 7, 2015
1 parent 6071f1d commit a63fb43
Showing 1 changed file with 1 addition and 1 deletion.
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 = 1253540;
return size > limit * 11 / 10;
Expand Down

0 comments on commit a63fb43

Please sign in to comment.