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

Unified Diff: lib/src/deprecated/test_case.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
Index: lib/src/deprecated/test_case.dart
diff --git a/lib/src/deprecated/test_case.dart b/lib/src/deprecated/test_case.dart
index 25adccbf2ae94c33df1ff34ffbc4a3a89cfb60a5..b2b57af3753c6d20bf1848dc965649e5b5e18447 100644
--- a/lib/src/deprecated/test_case.dart
+++ b/lib/src/deprecated/test_case.dart
@@ -2,9 +2,9 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library unittest.deprecated.test_case;
+library test.deprecated.test_case;
-/// 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

Powered by Google App Engine
This is Rietveld 408576698