diff options
Diffstat (limited to 'changes/fancy_testing')
-rw-r--r-- | changes/fancy_testing | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/fancy_testing b/changes/fancy_testing index 4d971943bd..3e8ccbca48 100644 --- a/changes/fancy_testing +++ b/changes/fancy_testing @@ -6,4 +6,7 @@ optimizing the production code, while enabling us to take more radical measures to let the unit tests test things. + - The production builds no longer include functions used only + in the unit tests; all functions exposed from a module for + unit-testing only are now static in production builds. |