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

Unified Diff: lib/html_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
Index: lib/html_config.dart
diff --git a/lib/html_config.dart b/lib/html_config.dart
index 6e52c2c89e17a5d3c0c6c8dc278ef044ed6fd750..e38e9adbaafe8ccf3f3254759ed439abad80bf48 100644
--- a/lib/html_config.dart
+++ b/lib/html_config.dart
@@ -3,11 +3,11 @@
// BSD-style license that can be found in the LICENSE file.
@deprecated
-library unittest.html_config;
+library test.html_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

Powered by Google App Engine
This is Rietveld 408576698