Skip to content

Commit

Permalink
ranges in phobos increase exe size
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jun 19, 2015
1 parent 4e5a31e commit 1af0fa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/runnable/test13117.d
Original file line number Diff line number Diff line change
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 1af0fa8

Please sign in to comment.