Index: lib/compact_vm_config.dart |
diff --git a/lib/compact_vm_config.dart b/lib/compact_vm_config.dart |
index fdc42e10ac2ee98412250690d50babd5ba71ea87..b843f913780231f48f635cf63ba0081004ad74c2 100644 |
--- a/lib/compact_vm_config.dart |
+++ b/lib/compact_vm_config.dart |
@@ -3,14 +3,14 @@ |
// BSD-style license that can be found in the LICENSE file. |
@deprecated |
-library unittest.compact_vm_config; |
+library test.compact_vm_config; |
import 'vm_config.dart'; |
@deprecated |
const int MAX_LINE = 80; |
-/// 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.*. |
kevmoo
2015/04/01 00:55:15
The deprecated bits should still reference 'unitte
|
/// |
/// It will be removed before the next version is released. |
@deprecated |