| Index: packages/args/test/trailing_options_test.dart
|
| diff --git a/packages/args/test/trailing_options_test.dart b/packages/args/test/trailing_options_test.dart
|
| index efc53b25fce1101e485f337258cda52a59023f7b..cdc4227fa75d9b67edacf37e976ef1edf30c5c03 100644
|
| --- a/packages/args/test/trailing_options_test.dart
|
| +++ b/packages/args/test/trailing_options_test.dart
|
| @@ -2,8 +2,6 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -library trailing_options_test;
|
| -
|
| import 'package:test/test.dart';
|
| import 'package:args/args.dart';
|
|
|
|
|