Unverified Commit eb24393e authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

remove missing argument (#67974)

parent 5dfe7e6d
......@@ -26,7 +26,7 @@ TaskFunction createHotModeTest({String deviceIdOverride, Map<String, String> env
final File benchmarkFile = file(path.join(_editedFlutterGalleryDir.path, 'hot_benchmark.json'));
rm(benchmarkFile);
final List<String> options = <String>[
'--hot', '-d', deviceIdOverride, '--benchmark', '--verbose', '--resident', '--output-dill',
'--hot', '-d', deviceIdOverride, '--benchmark', '--verbose', '--resident',
];
int hotReloadCount = 0;
Map<String, dynamic> twoReloadsData;
......
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