| Index: lib/src/backend/test.dart
|
| diff --git a/lib/src/test.dart b/lib/src/backend/test.dart
|
| similarity index 95%
|
| rename from lib/src/test.dart
|
| rename to lib/src/backend/test.dart
|
| index d6b9475efb65b35e6a9fdf4fadbca41fd5710ea6..cfc0c30072182714e13ca4db3a024b29d3f1ee48 100644
|
| --- a/lib/src/test.dart
|
| +++ b/lib/src/backend/test.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.test;
|
| +library unittest.backend.test;
|
|
|
| import 'live_test.dart';
|
| import 'suite.dart';
|
|
|