| Index: lib/src/deprecated/configuration.dart
|
| diff --git a/lib/src/deprecated/configuration.dart b/lib/src/deprecated/configuration.dart
|
| index 8a01a129d8b7af04abb706144e53ecbfc6da7232..81709e25fc7c9a92b1a33a53b692fe6369827dbf 100644
|
| --- a/lib/src/deprecated/configuration.dart
|
| +++ b/lib/src/deprecated/configuration.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.deprecated.configuration;
|
| +library test.deprecated.configuration;
|
|
|
| import 'test_case.dart';
|
|
|
| -/// This is a stub class used to preserve compatibility with unittest 0.11.*.
|
| +/// This is a stub class used to preserve compatibility with test 0.11.*.
|
| ///
|
| /// It will be removed before the next version is released.
|
| @deprecated
|
|
|