| Index: packages/args/test/args_test.dart
|
| diff --git a/packages/args/test/args_test.dart b/packages/args/test/args_test.dart
|
| index ee37b45f8826b96e3a7c037123d676ea23091ef0..4553b30868d231647a4c21e9a628be21bf2865a3 100644
|
| --- a/packages/args/test/args_test.dart
|
| +++ b/packages/args/test/args_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 args_test;
|
| -
|
| import 'package:test/test.dart';
|
| import 'package:args/args.dart';
|
| import 'utils.dart';
|
|
|