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

Unified Diff: sdk/lib/_internal/pub/test/get/path/path_is_file_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/path/path_is_file_test.dart
diff --git a/sdk/lib/_internal/pub/test/get/path/path_is_file_test.dart b/sdk/lib/_internal/pub/test/get/path/path_is_file_test.dart
index 288f68ff67cb95a72c7924e74f0fd31b763d7666..81524c808d61eed7dfecc5e23aa86068aa8d9e2c 100644
--- a/sdk/lib/_internal/pub/test/get/path/path_is_file_test.dart
+++ b/sdk/lib/_internal/pub/test/get/path/path_is_file_test.dart
@@ -24,7 +24,7 @@ main() {
})
]).create();
- pubGet(error: "Path dependency for package 'foo' must refer to a "
- "directory, not a file. Was '$dummyPath'.");
+ pubGet(error: 'Path dependency for package foo must refer to a '
+ 'directory, not a file. Was "$dummyPath".');
});
}

Powered by Google App Engine
This is Rietveld 408576698