Revert "Partial rollback of #10204" (#10258)

* Revert "Test installation status when ideviceid is not installed (#10254)"

This reverts commit 0e5d4a8771.

* Revert "Partial rollback of #10204 (#10256)"

This reverts commit b291bf5d6a.
This commit is contained in:
Michael Goderbauer 2017-05-22 16:06:22 -07:00 committed by GitHub
parent 0e5d4a8771
commit 9a908f7558

View file

@ -225,7 +225,7 @@ class _FlutterValidator extends DoctorValidator {
}
return new ValidationResult(valid, messages,
statusInfo: 'on ${os.name}, channel ${version.channel}');
statusInfo: 'on ${os.name}, locale ${platform.localeName}, channel ${version.channel}');
}
}