| Index: lib/vm_config.dart
|
| diff --git a/lib/vm_config.dart b/lib/vm_config.dart
|
| index b59398f328e35b63e9534be447028cc4300df132..486b6cef752128f4b214658b4630cbb87d942948 100644
|
| --- a/lib/vm_config.dart
|
| +++ b/lib/vm_config.dart
|
| @@ -3,11 +3,11 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| @deprecated
|
| -library unittest.vm_config;
|
| +library test.vm_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
|
|
|