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

Unified Diff: utils/tests/pub/install/hosted/check_out_test.dart

Issue 11312203: "Reverting 14829-14832" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 1 month 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: utils/tests/pub/install/hosted/check_out_test.dart
diff --git a/utils/tests/pub/install/hosted/check_out_test.dart b/utils/tests/pub/install/hosted/check_out_test.dart
index 80126c5024c4b73be8559f963f7d3ef957f0a808..c738daae669d2e67cdea781d1062e27d5ebeca09 100644
--- a/utils/tests/pub/install/hosted/check_out_test.dart
+++ b/utils/tests/pub/install/hosted/check_out_test.dart
@@ -16,7 +16,7 @@ main() {
appDir([dependency("foo", "1.2.3")]).scheduleCreate();
schedulePub(args: ['install'],
- output: new RegExp("Dependencies installed!\$"));
+ output: const RegExp("Dependencies installed!\$"));
cacheDir({"foo": "1.2.3"}).scheduleValidate();
packagesDir({"foo": "1.2.3"}).scheduleValidate();

Powered by Google App Engine
This is Rietveld 408576698