Fix failing chrome_dev_mode tests (#163346)
Help message when running web applications was changed in https://github.com/flutter/flutter/pull/163268/files
This commit is contained in:
parent
644e46a3b3
commit
151f31ffb5
@ -70,7 +70,7 @@ TaskFunction createWebDevModeTest(String webDevice, bool enableIncrementalCompil
|
||||
});
|
||||
return;
|
||||
}
|
||||
if (line.contains('To hot restart')) {
|
||||
if (line.contains('Hot restart')) {
|
||||
// measure clean start-up time.
|
||||
sw.stop();
|
||||
measurements[kInitialStartupTime] = sw.elapsedMilliseconds;
|
||||
@ -148,7 +148,7 @@ TaskFunction createWebDevModeTest(String webDevice, bool enableIncrementalCompil
|
||||
});
|
||||
return;
|
||||
}
|
||||
if (line.contains('To hot restart')) {
|
||||
if (line.contains('Hot restart')) {
|
||||
measurements[kSecondStartupTime] = sw.elapsedMilliseconds;
|
||||
sw
|
||||
..reset()
|
||||
|
Loading…
x
Reference in New Issue
Block a user