| Index: lib/src/backend/suite.dart
|
| diff --git a/lib/src/backend/suite.dart b/lib/src/backend/suite.dart
|
| index 91adb6de48f7f295c7a3041dfa9039f4fb3eb857..49d77e883bbe5f3ab3c86d1e45043142da6a7d24 100644
|
| --- a/lib/src/backend/suite.dart
|
| +++ b/lib/src/backend/suite.dart
|
| @@ -2,9 +2,9 @@
|
| // 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.
|
|
|
| +import 'group.dart';
|
| import 'metadata.dart';
|
| import 'operating_system.dart';
|
| -import 'group.dart';
|
| import 'test.dart';
|
| import 'test_platform.dart';
|
|
|
|
|