Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(854)

Unified Diff: lib/compact_vm_config.dart

Issue 1053443002: Rename the package to "test". (Closed) Base URL: git@github.com:dart-lang/test@master
Patch Set: Fix a test. Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « codereview.settings ('k') | lib/html_config.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « codereview.settings ('k') | lib/html_config.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698