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

Unified Diff: sdk/lib/_internal/pub/test/get/hosted/get_test.dart

Issue 114193010: Show the dependender(s) for missing packages. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revise. Created 7 years 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: sdk/lib/_internal/pub/test/get/hosted/get_test.dart
diff --git a/sdk/lib/_internal/pub/test/get/hosted/get_test.dart b/sdk/lib/_internal/pub/test/get/hosted/get_test.dart
index 40eaca5e553ac9336f6a5ec39c4c8736e82bd19c..8dd1d0eea378d7cbe7057abcb62195865c8e105b 100644
--- a/sdk/lib/_internal/pub/test/get/hosted/get_test.dart
+++ b/sdk/lib/_internal/pub/test/get/hosted/get_test.dart
@@ -26,6 +26,6 @@ main() {
d.appDir({"bad name!": "1.2.3"}).create();
pubGet(error: new RegExp(
- r'Could not find package "bad name!" at http://127\.0\.0\.1:\d+\.$'));
+ r"Could not find package bad name! at http://127\.0\.0\.1:\d+\."));
});
}

Powered by Google App Engine
This is Rietveld 408576698