| Index: tools/testing/dart/co19_test.dart
|
| diff --git a/tools/testing/dart/co19_test.dart b/tools/testing/dart/co19_test.dart
|
| index 579b885fb509b3efe9e24e316d894766d87687ea..f276b928d21708f0c595276260771add02ae445e 100644
|
| --- a/tools/testing/dart/co19_test.dart
|
| +++ b/tools/testing/dart/co19_test.dart
|
| @@ -46,14 +46,6 @@ const List<List<String>> COMMAND_LINES = const <List<String>>[
|
| '--use-sdk',
|
| '--checked'
|
| ],
|
| - const <String>[
|
| - '-mrelease',
|
| - '-rdartium',
|
| - '-cnone',
|
| - '--use-sdk',
|
| - '--fast-startup'
|
| - ],
|
| - const <String>['-mrelease', '-rdartium', '-cnone', '--use-sdk'],
|
| ];
|
|
|
| void main(List<String> args) {
|
|
|