Chromium Code Reviews

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: Code review changes Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « lib/src/deprecated/simple_configuration.dart ('k') | lib/src/frontend/expect.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..f2d97764796fc671f249a551ca1ce45438e6c718 100644
--- a/lib/src/deprecated/test_case.dart
+++ b/lib/src/deprecated/test_case.dart
@@ -2,7 +2,7 @@
// 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.*.
///
« no previous file with comments | « lib/src/deprecated/simple_configuration.dart ('k') | lib/src/frontend/expect.dart » ('j') | no next file with comments »

Powered by Google App Engine