| Index: lib/src/deprecated/simple_configuration.dart
|
| diff --git a/lib/src/deprecated/simple_configuration.dart b/lib/src/deprecated/simple_configuration.dart
|
| index bd54090f0d79625abf50ee592172f1d1aef3a24b..a4b868833a61ffc22948594313f7cafd5dd73890 100644
|
| --- a/lib/src/deprecated/simple_configuration.dart
|
| +++ b/lib/src/deprecated/simple_configuration.dart
|
| @@ -2,12 +2,12 @@
|
| // 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.simple_configuration;
|
| +library test.deprecated.simple_configuration;
|
|
|
| import 'test_case.dart';
|
| import 'configuration.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
|
|
|