mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
[flutter_tools] unblock fuchsia roll (#56945)
This commit is contained in:
parent
97f6e279fa
commit
7ed0950e05
@ -142,12 +142,14 @@ FlutterPlatform installHook({
|
||||
///
|
||||
/// The [updateGoldens] argument will set the [autoUpdateGoldens] global
|
||||
/// 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({
|
||||
@required Uri testUrl,
|
||||
@required InternetAddress host,
|
||||
File testConfigFile,
|
||||
bool updateGoldens = false,
|
||||
@required bool nullSafety,
|
||||
bool nullSafety = false,
|
||||
}) {
|
||||
assert(testUrl != null);
|
||||
assert(host != null);
|
||||
|
Loading…
Reference in New Issue
Block a user