Skip to content

Commit

Permalink
Merge pull request #4754 from WalterBright/increasesize
Browse files Browse the repository at this point in the history
ranges in phobos increase exe size
  • Loading branch information
MartinNowak committed Jun 20, 2015
2 parents 2604959 + 1af0fa8 commit 3cdb5df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runnable/test13117.d
Expand Up @@ -6,8 +6,8 @@ int main()
auto size = thisExePath.getSize();
writeln(size);
version (D_LP64)
enum limit = 1195096;
enum limit = 1328520;
else
enum limit = 1042973;
enum limit = 1253540;
return size > limit * 11 / 10;
}

0 comments on commit 3cdb5df

Please sign in to comment.