Skip to content

Commit

Permalink
Merge pull request #4786 from WalterBright/incExeSize
Browse files Browse the repository at this point in the history
increase exe file size
  • Loading branch information
MartinNowak committed Jun 30, 2015
2 parents fdfb588 + 491bf90 commit 1ceb899
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runnable/test13117.d
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;
}

0 comments on commit 1ceb899

Please sign in to comment.