| Index: lib/src/backend/suite.dart
|
| diff --git a/lib/src/suite.dart b/lib/src/backend/suite.dart
|
| similarity index 95%
|
| rename from lib/src/suite.dart
|
| rename to lib/src/backend/suite.dart
|
| index 14b576a8c5268c4d7c4c9e045b65f7decf316c57..d8faef46dd1aff4d0d3d58f8cb315fe5a35ee022 100644
|
| --- a/lib/src/suite.dart
|
| +++ b/lib/src/backend/suite.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.suite;
|
| +library unittest.backend.suite;
|
|
|
| import 'dart:collection';
|
|
|
|
|