| Index: lib/src/deprecated/configuration.dart
|
| diff --git a/lib/src/configuration.dart b/lib/src/deprecated/configuration.dart
|
| similarity index 95%
|
| rename from lib/src/configuration.dart
|
| rename to lib/src/deprecated/configuration.dart
|
| index 27969bdca4c1e7170797ef9ccebf05a45c05e176..8a01a129d8b7af04abb706144e53ecbfc6da7232 100644
|
| --- a/lib/src/configuration.dart
|
| +++ b/lib/src/deprecated/configuration.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.configuration;
|
| +library unittest.deprecated.configuration;
|
|
|
| import 'test_case.dart';
|
|
|
|
|