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