Unverified Commit 7ed0950e authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

[flutter_tools] unblock fuchsia roll (#56945)

parent 97f6e279
...@@ -142,12 +142,14 @@ FlutterPlatform installHook({ ...@@ -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);
......
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