| Index: lib/src/backend/group.dart
|
| diff --git a/lib/src/group.dart b/lib/src/backend/group.dart
|
| similarity index 97%
|
| rename from lib/src/group.dart
|
| rename to lib/src/backend/group.dart
|
| index e7de57c9d55cc4066982ea6fd0ffe3e75db4217f..8223d4ca1ffb4b4a896548a0e5271f85083c2541 100644
|
| --- a/lib/src/group.dart
|
| +++ b/lib/src/backend/group.dart
|
| @@ -2,11 +2,11 @@
|
| // 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 unittest.group;
|
| +library unittest.backend.group;
|
|
|
| import 'dart:async';
|
|
|
| -import 'utils.dart';
|
| +import '../utils.dart';
|
|
|
| /// A group contains multiple tests and subgroups.
|
| ///
|
|
|