mirror of
https://github.com/flutter/packages.git
synced 2025-07-04 09:38:17 +08:00
[xdg_directories] Apply missing test visibility annotation (#194)
Stumbled across the XDG directory library, and noticed something small.
This commit is contained in:
@ -30,6 +30,7 @@ set xdgEnvironmentOverride(EnvironmentAccessor override) {
|
|||||||
/// replaces the real environment lookups with an override.
|
/// replaces the real environment lookups with an override.
|
||||||
///
|
///
|
||||||
/// Only available to tests.
|
/// Only available to tests.
|
||||||
|
@visibleForTesting
|
||||||
EnvironmentAccessor get xdgEnvironmentOverride => _xdgEnvironmentOverride;
|
EnvironmentAccessor get xdgEnvironmentOverride => _xdgEnvironmentOverride;
|
||||||
EnvironmentAccessor _xdgEnvironmentOverride;
|
EnvironmentAccessor _xdgEnvironmentOverride;
|
||||||
EnvironmentAccessor _productionGetEnv =
|
EnvironmentAccessor _productionGetEnv =
|
||||||
|
Reference in New Issue
Block a user