| Index: lib/html_individual_config.dart
|
| diff --git a/lib/html_individual_config.dart b/lib/html_individual_config.dart
|
| index bc2a040373448ccf4a5ca0d3fb2ee5c6b39c673b..15f768fb3afcc3499bb6c9d0696b9925b7d54f09 100644
|
| --- a/lib/html_individual_config.dart
|
| +++ b/lib/html_individual_config.dart
|
| @@ -3,11 +3,11 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| @deprecated
|
| -library unittest.html_individual_config;
|
| +library test.html_individual_config;
|
|
|
| import 'html_config.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
|
|
|