Commit 2bc8f999 authored by Sam Rawlins's avatar Sam Rawlins Committed by Michael Goderbauer

Remove visibleForTesting annotation; this constructor is used outside of testing (#39997)

parent a7c06e11
......@@ -18,7 +18,6 @@ import 'convert.dart';
import 'globals.dart';
class FlutterVersion {
@visibleForTesting
FlutterVersion([this._clock = const SystemClock()]) {
_frameworkRevision = _runGit(gitLog(<String>['-n', '1', '--pretty=format:%H']).join(' '));
_frameworkVersion = GitTagVersion.determine().frameworkVersionFor(_frameworkRevision);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment