[xdg_directories] Apply missing test visibility annotation (#194)

Stumbled across the XDG directory library, and noticed something small.
This commit is contained in:
James Chen-Smith
2020-08-19 18:08:15 -05:00
committed by GitHub
parent d824e748e4
commit 2afb1b35c2

View File

@ -30,6 +30,7 @@ set xdgEnvironmentOverride(EnvironmentAccessor override) {
/// replaces the real environment lookups with an override.
///
/// Only available to tests.
@visibleForTesting
EnvironmentAccessor get xdgEnvironmentOverride => _xdgEnvironmentOverride;
EnvironmentAccessor _xdgEnvironmentOverride;
EnvironmentAccessor _productionGetEnv =