Skip to content

Commit

Permalink
Merge pull request #4806 from WalterBright/incsize
Browse files Browse the repository at this point in the history
increment EXE file size again
  • Loading branch information
9rnsr committed Jul 7, 2015
2 parents 0e05196 + a63fb43 commit 3c56f56
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 = 1_380_000;
return size > limit * 11 / 10;
Expand Down

0 comments on commit 3c56f56

Please sign in to comment.