mirror of
https://github.com/flutter/packages.git
synced 2025-07-01 23:51:55 +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.
|
||||
///
|
||||
/// Only available to tests.
|
||||
@visibleForTesting
|
||||
EnvironmentAccessor get xdgEnvironmentOverride => _xdgEnvironmentOverride;
|
||||
EnvironmentAccessor _xdgEnvironmentOverride;
|
||||
EnvironmentAccessor _productionGetEnv =
|
||||
|
Reference in New Issue
Block a user