[flutter_tools] unblock fuchsia roll (#56945)

This commit is contained in:
Jonah Williams 2020-05-12 07:34:00 -07:00 committed by GitHub
parent 97f6e279fa
commit 7ed0950e05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,12 +142,14 @@ FlutterPlatform installHook({
/// ///
/// The [updateGoldens] argument will set the [autoUpdateGoldens] global /// The [updateGoldens] argument will set the [autoUpdateGoldens] global
/// variable in the [flutter_test] package before invoking the test. /// variable in the [flutter_test] package before invoking the test.
// NOTE: this API is used by the fuchsia source tree, do not add new
// required or position parameters.
String generateTestBootstrap({ String generateTestBootstrap({
@required Uri testUrl, @required Uri testUrl,
@required InternetAddress host, @required InternetAddress host,
File testConfigFile, File testConfigFile,
bool updateGoldens = false, bool updateGoldens = false,
@required bool nullSafety, bool nullSafety = false,
}) { }) {
assert(testUrl != null); assert(testUrl != null);
assert(host != null); assert(host != null);